diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d957c7..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "0.1.0" } +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f58728c..e9e8c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/compression/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([c03b3fd](https://github.com/oxidized-mc/compression/commit/c03b3fd8c620665c9fecc68d17f5d3893848838f)) +* **compression:** add repository best practices ([23618b9](https://github.com/oxidized-mc/compression/commit/23618b9e63bd897f1d55c8847c5b7a7807d8eeb4)) +* **compression:** extract compression from oxidized-protocol ([e3f77db](https://github.com/oxidized-mc/compression/commit/e3f77dbe6cfb19e9d54ac8fa9836b8d843c2aebe)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([10798ce](https://github.com/oxidized-mc/compression/commit/10798ce8190141cb7a76877fb380aec9f69ebca6)) +* **ci:** chain publish into release-please workflow ([3b6c14b](https://github.com/oxidized-mc/compression/commit/3b6c14b504a9ef3dbf81f265c12e5d8aeeb84d98)) +* **release:** switch to rust release-type for Cargo.toml versioning ([58913f1](https://github.com/oxidized-mc/compression/commit/58913f1096abd403cbbf27f5bc38c1a684865987)) + +## Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). - diff --git a/Cargo.toml b/Cargo.toml index 81ec75f..c1bb543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-compression" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"