Skip to content

Commit 6c0e0ff

Browse files
chore(main): release 0.2.0
1 parent 7029a5b commit 6c0e0ff

3 files changed

Lines changed: 30 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: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/oxidized-mc/codec/compare/v0.1.0...v0.2.0) (2026-04-10)
4+
5+
6+
### 🚀 Features
7+
8+
* **ci:** add dev publish workflow ([21c9c69](https://github.com/oxidized-mc/codec/commit/21c9c69c3ae39fac22c4d374e7a699faab1e6b59))
9+
* **codec:** add repository best practices ([5d38f0c](https://github.com/oxidized-mc/codec/commit/5d38f0cd0d194eceb10c061752ec286cd068aee1))
10+
* **codec:** add TypeError::InvalidValue variant ([9d6151f](https://github.com/oxidized-mc/codec/commit/9d6151fbecbbb4a94f92cdbe3a5ade280e112371))
11+
* **codec:** extract codec from oxidized-protocol ([20880ae](https://github.com/oxidized-mc/codec/commit/20880ae4d930a0b29d6217c165fe9cd2dc76053c))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* **ci:** add permissions to release-please caller ([6c4274c](https://github.com/oxidized-mc/codec/commit/6c4274c52bbfd8ad36e528d49375325d79d296e1))
17+
* **ci:** chain publish into release-please workflow ([61e4dba](https://github.com/oxidized-mc/codec/commit/61e4dba6505fc5cb3fe1cbae4028094a8b610253))
18+
* **codec:** remove [patch] section that breaks CI ([7236c8f](https://github.com/oxidized-mc/codec/commit/7236c8fa125262a96ef46699ec1054a4e1a9e0f8))
19+
* **codec:** switch oxidized-nbt dep to crates.io version with local patch ([813c7cc](https://github.com/oxidized-mc/codec/commit/813c7cca35f9c89be158cfa52fa221844ae009ee))
20+
* **deny:** use allow-org for git source allowlist ([d5c8583](https://github.com/oxidized-mc/codec/commit/d5c858345eb8db7da3722a7d254b96fc7dbd81ec))
21+
* **deps:** switch from git to version deps for crates.io publishing ([52be5d4](https://github.com/oxidized-mc/codec/commit/52be5d426cf2d754eb8ae905c1ce66dcfda489d2))
22+
* **release:** switch to rust release-type for Cargo.toml versioning ([ea026be](https://github.com/oxidized-mc/codec/commit/ea026be5f1b85e1c0f6a5844793ad1c5d4fa16d9))
23+
24+
25+
### 🔨 Refactor
26+
27+
* move [patch.crates-io] to meta-repo .cargo/config.toml ([7029a5b](https://github.com/oxidized-mc/codec/commit/7029a5b0f18423af7fb2a8fd0e28111dbc142776))
28+
29+
## Changelog
30+
331
All notable changes to this project will be documented in this file.
432

533
The format is based on [Keep a Changelog](https://keepachangelog.com/),
634
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-codec"
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)