Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.1.0" }
{".":"0.2.0"}
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/).

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxidized-auth"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
authors = ["Dogukan Metan <dogukanmetan@gmail.com>"]
license = "MIT"
Expand Down