File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.5.2 "
2+ version = " 0.6.0 "
33edition = " 2021"
44license = " MIT OR Apache-2.0"
55repository = " https://github.com/polyprogrammist/near-openapi-client"
@@ -10,4 +10,4 @@ resolver = "2"
1010
1111[workspace .dependencies ]
1212near-openapi-client = { path = " near-openapi-client" }
13- near-openapi-types = { path = " near-openapi-types" , version = " 0.5.2 " }
13+ near-openapi-types = { path = " near-openapi-types" , version = " 0.6.0 " }
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.0] ( https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-client-v0.5.2...near-openapi-client-v0.6.0 ) - 2025-12-02
11+
12+ ### Added
13+
14+ - remove unused dependencies from near-openapi-types ([ #27 ] ( https://github.com/PolyProgrammist/near-openapi-client/pull/27 ) )
15+
16+ ### Fixed
17+
18+ - update dependencies
19+
1020## [ 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
1121
1222### Other
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.0] ( https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-types-v0.5.2...near-openapi-types-v0.6.0 ) - 2025-12-02
11+
12+ ### Added
13+
14+ - remove unused dependencies from near-openapi-types ([ #27 ] ( https://github.com/PolyProgrammist/near-openapi-client/pull/27 ) )
15+
16+ ### Fixed
17+
18+ - update dependencies
19+
20+ ### Other
21+
22+ - [ ** breaking** ] updated near-account-id to v2 ([ #30 ] ( https://github.com/PolyProgrammist/near-openapi-client/pull/30 ) )
23+
1024## [ 0.5.2] ( https://github.com/PolyProgrammist/near-openapi-client/compare/near-openapi-types-v0.5.1...near-openapi-types-v0.5.2 ) - 2025-11-19
1125
1226### Other
You can’t perform that action at this time.
0 commit comments