@@ -6,6 +6,90 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.1] ( https://github.com/haqq-network/haqq-clients/compare/v0.2.0...v0.2.1 ) - 2024-02-19
10
+
11
+ ### Added
12
+ - better with_height
13
+ - get_head and with_head
14
+ - req_with_height
15
+ - grpc cargo feature for clients
16
+ - don't depend on protoc binary in $PATH
17
+ - Denom helpers
18
+ - get_denom returns amount
19
+ - typescript client
20
+ - to_u256 for String and &str
21
+ - helpers
22
+ - CoinExt and get_denom
23
+ - cargo features to control proto deps
24
+ - haqq, cosmos, evmos: proto, grpc and rest
25
+
26
+ ### Other
27
+ - fix release-pls?
28
+ - remove haqq-build override
29
+ - don't process haqq-build
30
+ - release
31
+ - upgrade haqq-node
32
+ - release
33
+ - cargo test
34
+ - remove codecov due to https://github.com/xd009642/tarpaulin/issues/517
35
+ - codecov
36
+ - badges fix
37
+ - fix badge link
38
+ - badges
39
+ - git-release only for haqq-grpc
40
+ - release
41
+ - only update changelog for haqq-grpc
42
+ - fix config file 🤦
43
+ - Merge pull request [ #5 ] ( https://github.com/haqq-network/haqq-clients/pull/5 ) from haqq-network/dependabot/github_actions/actions/checkout-4
44
+ - remove release-plz from devenv
45
+ - fix test
46
+ - only publish haqq-grpc
47
+ - cargo metadata
48
+ - change crate name
49
+ - fix branch
50
+ - use release-plz
51
+ - release set crate-name
52
+ - release action
53
+ - clippy warnings in test
54
+ - fix clippy warnings
55
+ - install devenv via action
56
+ - pair to conversion_pair
57
+ - don't reimport tonic
58
+ - Revert "ci: magic nix cache"
59
+ - magic nix cache
60
+ - remove obsolete cosmos-sdk submodule
61
+ - don't fail if tmp dir doesn't exists
62
+ - use haqq-network/nix-action
63
+ - adopt to new haqq-node protos
64
+ - remove REST endpoints, openapi-generator-cli can't handle IBC swagger
65
+ - remove cosmos nft module as it's not used by haqq network
66
+ - state that ts lib is for grpc-web
67
+ - fix markdown bold
68
+ - rename repo
69
+ - REST is abbrev
70
+ - bold
71
+ - fix todo format
72
+ - readme
73
+ - prelude for helpers
74
+ - Default pattern
75
+ - reimport tonic
76
+ - Channel alias
77
+ - cachix repo
78
+ - remove cachix
79
+ - use cachix
80
+ - update nixpkgs and some cleanup
81
+ - move haqq-rest to dev-dependencies
82
+ - devenv profile install accept flake config
83
+ - cachix accept flake config from magic-nix-cache
84
+ - add protobuf dep
85
+ - don't build server
86
+ - checkout submodules without pat
87
+ - checkout submodules
88
+ - fix build on linux
89
+ - fix ci script
90
+ - fix build on linux
91
+ - checks
92
+
9
93
## [ 0.2.0] ( https://github.com/haqq-network/haqq-clients/compare/haqq-grpc-v0.1.2...haqq-grpc-v0.2.0 ) - 2024-02-18
10
94
11
95
### Other
0 commit comments