Skip to content

Commit

Permalink
chore: release v0.2.2 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent 36a167d commit 55d2d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/8xFF/atm0s-small-p2p/compare/v0.2.1...v0.2.2) - 2024-12-18

### Fixed

- missing clear relayed path when connection closed (#25)

## [0.2.1](https://github.com/8xFF/atm0s-small-p2p/compare/v0.2.0...v0.2.1) - 2024-11-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atm0s-small-p2p"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "A lightweight peer-to-peer network utilizing the atm0s routing mechanism, built entirely with async programming and QUIC (using the quinn library)."
license = "MIT"
Expand Down

0 comments on commit 55d2d46

Please sign in to comment.