Skip to content

Commit

Permalink
chore: release (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 23, 2023
1 parent 1d91c96 commit d945b57
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/core/multiaddr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 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/8xFF/atm0s-sdn/compare/atm0s-sdn-multiaddr-v0.1.0...atm0s-sdn-multiaddr-v0.1.1) - 2023-11-23

### Fixed
- *(deps)* update rust crate serde to 1.0.193 ([#71](https://github.com/8xFF/atm0s-sdn/pull/71))
# 0.18.0 - unreleased

- Add `WebTransport` instance for `Multiaddr`. See [PR 70].
Expand Down
2 changes: 1 addition & 1 deletion packages/core/multiaddr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["multiaddr", "ipfs"]
license = "MIT"
name = "atm0s-sdn-multiaddr"
readme = "README.md"
version = "0.1.0"
version = "0.1.1"


[features]
Expand Down
13 changes: 13 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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/8xFF/atm0s-sdn/compare/atm0s-sdn-v0.1.0...atm0s-sdn-v0.1.1) - 2023-11-23

### Fixed
- *(deps)* update rust crate serde to 1.0.193 ([#71](https://github.com/8xFF/atm0s-sdn/pull/71))
- key-value event not fired with second subs ([#79](https://github.com/8xFF/atm0s-sdn/pull/79))
2 changes: 1 addition & 1 deletion packages/runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-sdn"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/8xFF/atm0s-sdn"
description = "Decentralized Ultra-Low-Latency Software Defined Network"
Expand Down
5 changes: 5 additions & 0 deletions packages/services/key_value/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/8xFF/atm0s-sdn/compare/atm0s-sdn-key-value-v0.1.1...atm0s-sdn-key-value-v0.1.2) - 2023-11-23

### Fixed
- key-value event not fired with second subs ([#79](https://github.com/8xFF/atm0s-sdn/pull/79))

## [0.1.1](https://github.com/8xFF/atm0s-sdn/compare/atm0s-sdn-key-value-v0.1.0...atm0s-sdn-key-value-v0.1.1) - 2023-11-17

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/services/key_value/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-sdn-key-value"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "KeyValue service for atm0s-sdn"
license = "MIT"
Expand Down

0 comments on commit d945b57

Please sign in to comment.