Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Jan 25, 2024
1 parent c8e927a commit 8e72355
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 6 deletions.
23 changes: 23 additions & 0 deletions examples/delegator-generation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/near/near-abi-client-rs/releases/tag/delegator-generation-v0.1.0) - 2024-01-25

### Added
- add test workflow ([#12](https://github.com/near/near-abi-client-rs/pull/12))
- MVP for generating clients ([#1](https://github.com/near/near-abi-client-rs/pull/1))

### Fixed
- bump dependency versions ([#14](https://github.com/near/near-abi-client-rs/pull/14))

### Other
- upgrade to near-abi 0.3.0 ([#11](https://github.com/near/near-abi-client-rs/pull/11))
- Update to latest workspaces API ([#9](https://github.com/near/near-abi-client-rs/pull/9))
- refactor the proc macro client generator ([#3](https://github.com/near/near-abi-client-rs/pull/3))
- include examples in the workspace ([#6](https://github.com/near/near-abi-client-rs/pull/6))
- use near-abi-rs ([#5](https://github.com/near/near-abi-client-rs/pull/5))
24 changes: 24 additions & 0 deletions examples/delegator-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/near/near-abi-client-rs/releases/tag/delegator-macro-v0.1.0) - 2024-01-25

### Added
- add test workflow ([#12](https://github.com/near/near-abi-client-rs/pull/12))
- MVP for generating clients ([#1](https://github.com/near/near-abi-client-rs/pull/1))

### Fixed
- bump dependency versions ([#14](https://github.com/near/near-abi-client-rs/pull/14))

### Other
- upgrade to near-abi 0.3.0 ([#11](https://github.com/near/near-abi-client-rs/pull/11))
- Update to latest workspaces API ([#9](https://github.com/near/near-abi-client-rs/pull/9))
- refactor the proc macro client generator ([#3](https://github.com/near/near-abi-client-rs/pull/3))
- rename the delegator_macro example package ([#7](https://github.com/near/near-abi-client-rs/pull/7))
- include examples in the workspace ([#6](https://github.com/near/near-abi-client-rs/pull/6))
- use near-abi-rs ([#5](https://github.com/near/near-abi-client-rs/pull/5))
12 changes: 12 additions & 0 deletions near-abi-client-impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/near/near-abi-client-rs/compare/near-abi-client-impl-v0.1.0...near-abi-client-impl-v0.1.1) - 2024-01-25

### Fixed
- bump dependency versions ([#14](https://github.com/near/near-abi-client-rs/pull/14))
2 changes: 1 addition & 1 deletion near-abi-client-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-abi-client-impl"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
12 changes: 12 additions & 0 deletions near-abi-client-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/near/near-abi-client-rs/compare/near-abi-client-macros-v0.1.0...near-abi-client-macros-v0.1.1) - 2024-01-25

### Other
- updated the following local packages: near-abi-client-impl
4 changes: 2 additions & 2 deletions near-abi-client-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-abi-client-macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -15,4 +15,4 @@ proc-macro = true
[dependencies]
syn = "1.0"

near-abi-client-impl = { path = "../near-abi-client-impl", version = "0.1.0" }
near-abi-client-impl = { path = "../near-abi-client-impl", version = "0.1.1" }
12 changes: 12 additions & 0 deletions near-abi-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/near/near-abi-client-rs/compare/near-abi-client-v0.1.0...near-abi-client-v0.1.1) - 2024-01-25

### Fixed
- bump dependency versions ([#14](https://github.com/near/near-abi-client-rs/pull/14))
6 changes: 3 additions & 3 deletions near-abi-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-abi-client"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.56.0"
license = "MIT OR Apache-2.0"
Expand All @@ -17,8 +17,8 @@ anyhow = "1.0"
convert_case = "0.5"
prettyplease = "0.1"

near-abi-client-impl = { path = "../near-abi-client-impl", version = "0.1.0" }
near-abi-client-macros = { path = "../near-abi-client-macros", version = "0.1.0" }
near-abi-client-impl = { path = "../near-abi-client-impl", version = "0.1.1" }
near-abi-client-macros = { path = "../near-abi-client-macros", version = "0.1.1" }

[dev-dependencies]
tempfile = "3"

0 comments on commit 8e72355

Please sign in to comment.