From c1a4fd51c19199f342995626b0e1f2e5631ccbbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:59:34 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 +++++++++++++++++++- Cargo.toml | 2 +- 3 files changed, 21 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..0862de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,25 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/crypto/compare/v0.1.0...v0.2.0) (2026-04-10) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([bc62234](https://github.com/oxidized-mc/crypto/commit/bc6223421175fba6299879f7a425e867776cea86)) +* **crypto:** add repository best practices ([db28afe](https://github.com/oxidized-mc/crypto/commit/db28afe6df6ad204a77bb8d2af7a69ab961ab890)) +* **crypto:** extract crypto from oxidized-protocol ([afe42b7](https://github.com/oxidized-mc/crypto/commit/afe42b7a8fc7d1cac59f0002b5a84fe80a29babf)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([0dfb7a3](https://github.com/oxidized-mc/crypto/commit/0dfb7a339436a3638fbf8e7cfc4549f7ead26e75)) +* **ci:** chain publish into release-please workflow ([0871a81](https://github.com/oxidized-mc/crypto/commit/0871a81c98f9d66756aa228d0263c2cd9a04dbe0)) +* **ci:** ignore RUSTSEC-2023-0071 in security audit ([2fc63e9](https://github.com/oxidized-mc/crypto/commit/2fc63e9297253b3d8eb09890121edf4ae2d3af83)) +* **release:** switch to rust release-type for Cargo.toml versioning ([40443c6](https://github.com/oxidized-mc/crypto/commit/40443c6834cae3c6f6a97bbec31bf0dd0eec82f6)) + +## 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 3fde262..6fc18b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidized-crypto" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Dogukan Metan "] license = "MIT"