From 4264f06a5cb6f1d403e9f525b03081260d9feeb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:01:39 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 ++++++++++++++++++- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) 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..f00f777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/auth/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **auth:** add repository best practices ([95a67a4](https://github.com/oxidized-mc/auth/commit/95a67a4b1b6e42cdd9dc96c1039c5e3e6032c765)) +* **auth:** extract auth from oxidized-protocol ([0b44e91](https://github.com/oxidized-mc/auth/commit/0b44e91da89e3fd1919825fafbb140d383d07909)) +* **ci:** add dev publish workflow ([8e9f816](https://github.com/oxidized-mc/auth/commit/8e9f81619527ce82e67aa92a7978b279986571bc)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([e50d144](https://github.com/oxidized-mc/auth/commit/e50d14463a05b1d10812ff08697fe7ec8743bbf8)) +* **ci:** chain publish into release-please workflow ([a5cb2da](https://github.com/oxidized-mc/auth/commit/a5cb2da26b537aaa93906cd6839356adc646a933)) +* **release:** switch to rust release-type for Cargo.toml versioning ([b605cfc](https://github.com/oxidized-mc/auth/commit/b605cfcb74f4372a9f17d55c86138386ce68a7a4)) + +## 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 47111b7..13c0f78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-auth" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"