File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.1.1] ( https://github.com/pvalletbo/unsignedvarint/compare/v0.1.0...v0.1.1 ) - 2024-06-12
10+
11+ ### Added
12+ - derive expected traits ([ #3 ] ( https://github.com/pvalletbo/unsignedvarint/pull/3 ) )
13+ - release-plz action ([ #1 ] ( https://github.com/pvalletbo/unsignedvarint/pull/1 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " unsignedvarint"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55authors = [" Pol Valletbó Montfort <polvalletbo@gmail.com>" ]
66description = " Simple implementation for unsigned varints."
You can’t perform that action at this time.
0 commit comments