Skip to content

Commit

Permalink
chore: bump to version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Oct 17, 2024
1 parent 74abeb1 commit 4a551c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## [0.12.2] - 2024-10-17

### <!-- 0 -->Added

- Add spawn_link and link/unlink functions (#67)

### <!-- 4 -->Documentation

- Update README with improved content [</>](https://github.com/tqwewe/kameo/commit/0265e48b5e51e73d1b98a9d9cf7738bf6f7c4eff)

### <!-- 5 -->Misc

- Add release script [</>](https://github.com/tqwewe/kameo/commit/74abeb18d7c5cfaa630990ad99cb07170e23af84)

## [0.12.1] - 2024-10-15

### <!-- 0 -->Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ all-features = true
[package]
name = "kameo"
description = "Fault-tolerant Async Actors Built on Tokio"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
rust-version = "1.79"
readme = "README.md"
Expand All @@ -26,7 +26,7 @@ keywords = ["actor", "tokio"]
remote = ["dep:libp2p", "dep:libp2p-identity", "dep:linkme", "dep:rmp-serde", "dep:internment"]

[dependencies]
kameo_macros = { version = "0.12.1", path = "./macros" }
kameo_macros = { version = "0.12.2", path = "./macros" }

dyn-clone = "1.0"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kameo_macros"
description = "Fault-tolerant Async Actors Built on Tokio macros"
version = "0.12.1"
version = "0.12.2"
readme = "../README.md"
repository = "https://github.com/tqwewe/kameo"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4a551c3

Please sign in to comment.