Skip to content

Commit 941fab7

Browse files
authored
Merge pull request #7 from haqq-network/release-plz-2023-11-23T20-33-51Z
chore: release
2 parents 8bc8b54 + daf2bc0 commit 941fab7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/haqq-network/haqq-clients/compare/haqq-grpc-v0.1.1...haqq-grpc-v0.1.2) - 2023-11-24
10+
11+
### Added
12+
- better with_height
13+
- get_head and with_head
14+
- req_with_height
15+
- grpc cargo feature for clients
16+
17+
### Other
18+
- cargo test
19+
- remove codecov due to https://github.com/xd009642/tarpaulin/issues/517
20+
- codecov
21+
- badges fix
22+
- fix badge link
23+
- badges
24+
- git-release only for haqq-grpc
25+
926
## [0.1.1](https://github.com/haqq-network/haqq-clients/compare/haqq-grpc-v0.1.0...haqq-grpc-v0.1.1) - 2023-11-23
1027

1128
### 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.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT"
66
keywords = ["haqq", "cosmos", "evmos", "grpc", "proto"]

0 commit comments

Comments
 (0)