Skip to content

Commit f2c72f7

Browse files
bors[bot]Henrik Tjäder
andauthored
Merge #4
4: Bump to v1.0.0 r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <[email protected]>
2 parents f3d0af1 + ba465ec commit f2c72f7

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [v1.0.0] - 2021-12-25
11+
12+
- Edition 2021
13+
14+
## [v0.1.0] - 2021-02-18
15+
16+
Initial release
17+
18+
[Unreleased]: https://github.com/rtic-rs/dwt-systick-monotonic/compare/v1.0.0...HEAD
19+
[v1.0.0]: https://github.com/rtic-rs/dwt-systick-monotonic/compare/v0.1.0...v1.0.0
20+
[v0.1.0]: https://github.com/rtic-rs/dwt-systick-monotonic/compare/f491196...v0.1.0

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dwt-systick-monotonic"
3-
version = "0.1.0-rc.2"
3+
version = "1.0.0"
44
authors = [
55
"The Real-Time Interrupt-driven Concurrency developers",
66
"Emil Fresk <[email protected]>",
@@ -10,7 +10,7 @@ description = "RTIC Monotonic implemenation based on Systick and DWT"
1010
documentation = "https://docs.rs/dwt-systick-monotonic"
1111
repository = "https://github.com/rtic-rs/dwt-systick-monotonic"
1212
license = "MIT OR Apache-2.0"
13-
edition = "2018"
13+
edition = "2021"
1414

1515
[lib]
1616
name = "dwt_systick_monotonic"
@@ -19,5 +19,5 @@ name = "dwt_systick_monotonic"
1919

2020
[dependencies]
2121
cortex-m = "0.7"
22-
rtic-monotonic = "0.1.0-rc.2"
22+
rtic-monotonic = "1.0.0"
2323
fugit = "0.3.0"

0 commit comments

Comments
 (0)