Skip to content

Commit 42afa9b

Browse files
authored
Merge pull request #13 from haqq-network/release-plz-2024-02-19T07-36-54Z
chore(haqq-grpc): release v0.2.1
2 parents 079a2a4 + 4ff9d28 commit 42afa9b

File tree

3 files changed

+86
-2
lines changed

3 files changed

+86
-2
lines changed

CHANGELOG.md

+84
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,90 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
993
## [0.2.0](https://github.com/haqq-network/haqq-clients/compare/haqq-grpc-v0.1.2...haqq-grpc-v0.2.0) - 2024-02-18
1094

1195
### Other

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "haqq-grpc"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT"
66
keywords = ["haqq", "cosmos", "evmos", "grpc", "proto"]

0 commit comments

Comments
 (0)