From 4dfb45637b94c89e501e1ddf13c2ecf89e777445 Mon Sep 17 00:00:00 2001 From: Simon Oehrl Date: Sun, 1 Dec 2024 21:58:47 +0100 Subject: [PATCH 1/2] chore: bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3daba59..d591741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "camure" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ahash", "crossbeam", diff --git a/Cargo.toml b/Cargo.toml index 5638434..d0541ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "camure" -version = "0.1.0" +version = "0.1.1" authors = ["Simon Oehrl"] edition = "2021" description = "High-performance 1-to-many communication and synchronization primitives using UDP multicast." From 5ea4b1499ad870886077480e99a01c04af072aa2 Mon Sep 17 00:00:00 2001 From: Simon Oehrl Date: Sun, 1 Dec 2024 22:01:04 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e98cab..e5c29b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.1] - 2024-12-01 ### Added - This CHANGELOG file that will contain all notable changes to this project ([#1](https://github.com/soehrl/camure/pull/1))