From 92b1b450e6cfd61dbd3c5d26bc2272a91617757b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:07:30 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8f67d42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [1.0.0](https://github.com/tkrs/poston/compare/v0.7.8...v1.0.0) (2024-12-17) + + +### ⚠ BREAKING CHANGES + +* enhance error structures + +### Features + +* enhance error structures ([34b4776](https://github.com/tkrs/poston/commit/34b4776a262bb914b81810f74f3fa7cef00f6809)) diff --git a/Cargo.toml b/Cargo.toml index ba5d45a..57af9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "poston" -version = "0.7.8" +version = "1.0.0" authors = ["Takeru Sato "] description = "Yet another Fluentd logger for Rust" documentation = "https://github.com/tkrs/poston"