From db121aaec5ffb20aca3368233a1479a691ac92ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:02:21 -0700 Subject: [PATCH] chore: release (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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..6f1f2a6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.2](https://github.com/bbaldino/bitcursor/compare/v0.1.1...v0.1.2) - 2024-09-06 + +### Fixed +- use num_traits from nsw_types diff --git a/Cargo.toml b/Cargo.toml index 4066dee..977c81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bit-cursor" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A cursor that supports bit-level reads and writes" license = "Apache-2.0/MIT"