Skip to content

Commit 742cd7a

Browse files
chore: release v0.4.1 (#21)
1 parent 707f6eb commit 742cd7a

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.0"
2+
version = "0.4.1"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/polyprogrammist/near-openapi-client"
@@ -10,4 +10,4 @@ resolver = "2"
1010

1111
[workspace.dependencies]
1212
near-openapi-client = { path = "near-openapi-client" }
13-
near-openapi-types = { path = "near-openapi-types", version = "0.4.0" }
13+
near-openapi-types = { path = "near-openapi-types", version = "0.4.1" }

near-openapi-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1](https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-client-v0.4.0...near-openapi-client-v0.4.1) - 2025-11-06
11+
12+
### Other
13+
14+
- regenerate client ([#20](https://github.com/PolyProgrammist/near-openapi-client/pull/20))
15+
1016
## [0.4.0](https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-client-v0.3.0...near-openapi-client-v0.4.0) - 2025-09-28
1117

1218
### Other

near-openapi-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1](https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-types-v0.4.0...near-openapi-types-v0.4.1) - 2025-11-06
11+
12+
### Other
13+
14+
- regenerate client ([#20](https://github.com/PolyProgrammist/near-openapi-client/pull/20))
15+
1016
## [0.4.0](https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-types-v0.3.0...near-openapi-types-v0.4.0) - 2025-09-28
1117

1218
### Added

0 commit comments

Comments
 (0)