We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d189d commit e3da91aCopy full SHA for e3da91a
CHANGELOG.md
@@ -0,0 +1,12 @@
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/BroderickCarlin/a7105/compare/v0.1.0...v0.1.1) - 2023-11-27
10
11
+### Added
12
+- Testing release-plz
Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "a7105"
13
readme = "README.md"
14
repository = "https://github.com/BroderickCarlin/a7105"
15
-version = "0.1.0"
+version = "0.1.1"
16
17
[dependencies]
18
defmt = "0.3"
0 commit comments