Skip to content

Commit d46f220

Browse files
authored
Merge pull request #16 from haqq-network/release-plz-2024-06-15T11-12-20Z
chore(haqq-grpc): release v0.3.1
2 parents 7c3caeb + 05cb3a9 commit d46f220

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.1](https://github.com/haqq-network/haqq-clients/compare/v0.3.0...v0.3.1) - 2024-06-15
10+
11+
### Added
12+
- with_height_num
13+
14+
### Other
15+
- faster runner for release-plz
16+
- devenv update
17+
- major versions bump
18+
- cargo update
19+
920
## [0.3.0](https://github.com/haqq-network/haqq-clients/compare/v0.2.1...v0.3.0) - 2024-06-11
1021

1122
### Fixed

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

0 commit comments

Comments
 (0)