Skip to content

Commit 0f6395c

Browse files
chore(main): release 0.2.0
1 parent 23618b9 commit 0f6395c

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.1.0" }
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/oxidized-mc/compression/compare/v0.1.0...v0.2.0) (2026-04-10)
4+
5+
6+
### 🚀 Features
7+
8+
* **ci:** add dev publish workflow ([c03b3fd](https://github.com/oxidized-mc/compression/commit/c03b3fd8c620665c9fecc68d17f5d3893848838f))
9+
* **compression:** add repository best practices ([23618b9](https://github.com/oxidized-mc/compression/commit/23618b9e63bd897f1d55c8847c5b7a7807d8eeb4))
10+
* **compression:** extract compression from oxidized-protocol ([e3f77db](https://github.com/oxidized-mc/compression/commit/e3f77dbe6cfb19e9d54ac8fa9836b8d843c2aebe))
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* **ci:** add permissions to release-please caller ([10798ce](https://github.com/oxidized-mc/compression/commit/10798ce8190141cb7a76877fb380aec9f69ebca6))
16+
* **ci:** chain publish into release-please workflow ([3b6c14b](https://github.com/oxidized-mc/compression/commit/3b6c14b504a9ef3dbf81f265c12e5d8aeeb84d98))
17+
* **release:** switch to rust release-type for Cargo.toml versioning ([58913f1](https://github.com/oxidized-mc/compression/commit/58913f1096abd403cbbf27f5bc38c1a684865987))
18+
19+
## Changelog
20+
321
All notable changes to this project will be documented in this file.
422

523
The format is based on [Keep a Changelog](https://keepachangelog.com/),
624
and this project adheres to [Semantic Versioning](https://semver.org/).
7-

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxidized-compression"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["Dogukan Metan <dogukanmetan@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)