Skip to content

Commit e5618fc

Browse files
committed
up version
1 parent 59d3ebf commit e5618fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

svd-rs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [v0.11.1] - 2021-10-02
99

1010
- Reexport builders
1111
- Fix typo in Access::can_write
@@ -14,3 +14,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Splitted from `svd-parser`
1515

1616
Previous versions in common [changelog][../CHANGELOG.md].
17+

svd-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "svd-rs"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2018"
12-
version = "0.11.0"
12+
version = "0.11.1"
1313
readme = "README.md"
1414

1515
[features]

0 commit comments

Comments
 (0)