From 741b15ce47e63556c854bf714948a5ff86b24c63 Mon Sep 17 00:00:00 2001 From: "mazi-release[bot]" <157046322+mazi-release[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:44:35 +0000 Subject: [PATCH] release: v0.1.19 --- .../release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 082a0b8..170cd46 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.18" + ".": "0.1.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38103e1..d4f5a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.19](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.18...v0.1.19) (2024-12-03) + + +### Dependencies + +* update rust crate tokio to v1.42.0 ([#487](https://github.com/4m-mazi/osekkai-chan/issues/487)) ([2bd14ce](https://github.com/4m-mazi/osekkai-chan/commit/2bd14ce9e207f6641ce0bcba0c321ec4031a5304)) + + +### Code Refactoring + +* move main.rs to src directory ([#484](https://github.com/4m-mazi/osekkai-chan/issues/484)) ([c46bc42](https://github.com/4m-mazi/osekkai-chan/commit/c46bc422ff324a8e63d90a1178aa31541fbc7cc3)) + ## [0.1.18](https://github.com/4m-mazi/osekkai-chan/compare/v0.1.17...v0.1.18) (2024-11-07) diff --git a/Cargo.lock b/Cargo.lock index c5e40b4..c84bf45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -981,7 +981,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "osekkai-chan" -version = "0.1.18" +version = "0.1.19" dependencies = [ "dotenvy", "poise", diff --git a/Cargo.toml b/Cargo.toml index e3be203..e32b81a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osekkai-chan" -version = "0.1.18" +version = "0.1.19" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html