From 5c51d53a14360aa051003275f89859c7deca5e07 Mon Sep 17 00:00:00 2001 From: hubcycle Date: Fri, 18 Jul 2025 15:27:00 +0530 Subject: [PATCH] chore: add changelog for v0.1.2 --- CHANGELOG.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102c10d..31fc185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,13 +33,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - implement NonEmptyBz - add cloned method + - add infalliable first-last accessor methods + - provide `first()`, `last()`, `split_first()`, `split_last()` methods. + - use unsafe blocks for performance, and throughly document the safety. + - add tests and miri workflow to ci. ### Commit Statistics - - 4 commits contributed to the release. - - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 commits contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details @@ -49,6 +53,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Merge pull request #7 from hubcycle/feature/6-infalliable-first-last ([`f7a5cad`](https://github.com/hubcycle/nebz/commit/f7a5cad188ae90957e2bb2569f80d5e4f3f88d9b)) + - Add infalliable first-last accessor methods ([`d9c5b1c`](https://github.com/hubcycle/nebz/commit/d9c5b1cefb8c2b78ff88b95825f74124b4332607)) + - Merge pull request #5 from hubcycle/release/v0.1.1 ([`1c36b38`](https://github.com/hubcycle/nebz/commit/1c36b38cf71de77a621e04c5faae7c938ff3c7b1)) +
+ +## 0.1.1 (2025-07-18) + +### Chore + + - add changelog + +### Documentation + + - show methods behind feature flag bytes + +### New Features + + - add cloned method + +### Commit Statistics + + + + - 5 commits contributed to the release. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Add changelog ([`f8cfcfe`](https://github.com/hubcycle/nebz/commit/f8cfcfeb5eb7a1799e8e30f0bf60774722a6bab7)) - Merge pull request #4 from hubcycle/dev ([`94fc052`](https://github.com/hubcycle/nebz/commit/94fc052794568932de2452cc8d441d75bf065af5)) - Show methods behind feature flag bytes ([`0b86ae0`](https://github.com/hubcycle/nebz/commit/0b86ae0651febfa814f7df008cae7d2bf582695d)) - Merge pull request #3 from hubcycle/dev ([`df471fa`](https://github.com/hubcycle/nebz/commit/df471fa54c48771ab456987a939d6b648498f364)) @@ -57,6 +96,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 (2025-07-18) + + + + + + + + + ### Chore - add changelog