Skip to content

Commit a626ea9

Browse files
committed
v1.0.0 release.
1 parent 492f222 commit a626ea9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0 - 2022-08-10
9+
10+
- Improved docs.
11+
812
## 1.0.0-alpha.2 - 2022-07-28
913

1014
- Change name of the `extern fn`s to avoid clash with critical-section 0.2.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "critical-section"
3-
version = "1.0.0-alpha.2"
4-
edition = "2018"
3+
version = "1.0.0"
4+
edition = "2021"
55
description = "Cross-platform critical section"
6-
repository = "https://github.com/embassy-rs/critical-section"
6+
repository = "https://github.com/rust-embedded/critical-section"
77
readme = "README.md"
88
license = "MIT OR Apache-2.0"
99
categories = [

0 commit comments

Comments
 (0)