From ee8295935ca153c608226c4bc1810ea67df02d39 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Wed, 4 Mar 2026 01:21:48 +0100 Subject: [PATCH] chore: migrate from Github to Codeberg --- CHANGELOG.md | 32 ++++++++++++++++++-------------- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834d7b9..35e1688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,58 +7,62 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.7](https://github.com/JasterV/event_bus.rs/compare/v0.1.6...v0.1.7) - 2026-03-01 +## [0.1.8](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.7...v0.1.8) - 2026-03-02 + +- [chore]: Migrate from Github to Codeberg + +## [0.1.7](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.6...v0.1.7) - 2026-03-01 ### Other -- *(deps)* bump proptest from 1.9.0 to 1.10.0 ([#18](https://github.com/JasterV/event_bus.rs/pull/18)) -- *(deps)* bump thiserror from 2.0.17 to 2.0.18 ([#16](https://github.com/JasterV/event_bus.rs/pull/16)) -- *(deps)* bump tokio from 1.48.0 to 1.49.0 ([#15](https://github.com/JasterV/event_bus.rs/pull/15)) -- *(deps)* bump test-strategy from 0.4.3 to 0.4.5 ([#19](https://github.com/JasterV/event_bus.rs/pull/19)) -- *(deps)* bump futures from 0.3.31 to 0.3.32 ([#20](https://github.com/JasterV/event_bus.rs/pull/20)) +- *(deps)* bump proptest from 1.9.0 to 1.10.0 ([#18](https://codeberg.com/JasterV/event_bus.rs/pull/18)) +- *(deps)* bump thiserror from 2.0.17 to 2.0.18 ([#16](https://codeberg.com/JasterV/event_bus.rs/pull/16)) +- *(deps)* bump tokio from 1.48.0 to 1.49.0 ([#15](https://codeberg.com/JasterV/event_bus.rs/pull/15)) +- *(deps)* bump test-strategy from 0.4.3 to 0.4.5 ([#19](https://codeberg.com/JasterV/event_bus.rs/pull/19)) +- *(deps)* bump futures from 0.3.31 to 0.3.32 ([#20](https://codeberg.com/JasterV/event_bus.rs/pull/20)) - [chore]: update rust version & CI - [refactor]: update code style to remove indentation levels -## [0.1.6](https://github.com/JasterV/event_bus.rs/compare/v0.1.5...v0.1.6) - 2025-12-05 +## [0.1.6](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.5...v0.1.6) - 2025-12-05 ### Other - we do not need to use an AtomicIsize -- *(deps)* bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ([#3](https://github.com/JasterV/event_bus.rs/pull/3)) +- *(deps)* bump Swatinem/rust-cache from 2.8.1 to 2.8.2 ([#3](https://codeberg.com/JasterV/event_bus.rs/pull/3)) -## [0.1.5](https://github.com/JasterV/event_bus.rs/compare/v0.1.4...v0.1.5) - 2025-12-01 +## [0.1.5](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.4...v0.1.5) - 2025-12-01 ### Other - do not enforce the internal key of RcMap to be Clone - make more clear internally the management of the channel -## [0.1.4](https://github.com/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01 +## [0.1.4](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.3...v0.1.4) - 2025-12-01 ### Other - introduce property testing in the test suite -## [0.1.3](https://github.com/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28 +## [0.1.3](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.2...v0.1.3) - 2025-11-28 ### Other - test event bus more extensively - Update README.md -## [0.1.2](https://github.com/JasterV/event_bus.rs/compare/v0.1.1...v0.1.2) - 2025-11-28 +## [0.1.2](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.1...v0.1.2) - 2025-11-28 ### Other - update docs -## [0.1.1](https://github.com/JasterV/event_bus.rs/compare/v0.1.0...v0.1.1) - 2025-11-28 +## [0.1.1](https://codeberg.com/JasterV/event_bus.rs/compare/v0.1.0...v0.1.1) - 2025-11-28 ### Other - update README & docs -## [0.1.0](https://github.com/JasterV/event_bus.rs/releases/tag/v0.1.0) - 2025-11-28 +## [0.1.0](https://codeberg.com/JasterV/event_bus.rs/releases/tag/v0.1.0) - 2025-11-28 ### Added diff --git a/Cargo.lock b/Cargo.lock index 55cc048..5fda954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ [[package]] name = "event_bus_rs" -version = "0.1.7" +version = "0.1.8" dependencies = [ "async-broadcast", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 168674b..8ffcde7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "event_bus_rs" -version = "0.1.7" +version = "0.1.8" edition = "2024" description = "A runtime-agnostic, async, and thread-safe event bus for Rust." keywords = ["event_bus", "pubsub", "event", "messaging", "event_based"] categories = ["asynchronous", "data-structures", "rust-patterns"] authors = ["Victor Martínez Montané "] rust-version = "1.85.0" -homepage = "https://github.com/JasterV/event_bus.rs" -repository = "https://github.com/JasterV/event_bus.rs" +homepage = "https://codeberg.org/JasterV/event_bus.rs" +repository = "https://codeberg.org/JasterV/event_bus.rs" license = "MIT" [dependencies]