Skip to content

Commit

Permalink
chore: release (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 6, 2024
1 parent 0f71099 commit db121aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit db121aa

Please sign in to comment.