Skip to content

Commit 144728f

Browse files
committed
v0.2.1
1 parent 192037f commit 144728f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.2.1 (2021-07-31)
4+
5+
#### :house: Internal
6+
* [#26](https://github.com/glide-rs/openaip-rs/pull/26) CI: Simplify release job ([@Turbo87](https://github.com/Turbo87))
7+
* [#25](https://github.com/glide-rs/openaip-rs/pull/25) Allow unknown clippy lints ([@Turbo87](https://github.com/Turbo87))
8+
* [#24](https://github.com/glide-rs/openaip-rs/pull/24) CI: Split into multiple jobs ([@Turbo87](https://github.com/Turbo87))
9+
* [#23](https://github.com/glide-rs/openaip-rs/pull/23) Add `rust-toolchain.toml` file ([@Turbo87](https://github.com/Turbo87))
10+
11+
#### Committers: 1
12+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
13+
314
## v0.2.0 (2020-11-20)
415

516
#### :rocket: Enhancement

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openaip"
33
description = "OpenAIP file parser for Rust"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = ["Tobias Bieniek <[email protected]>"]
66
repository = "https://github.com/Turbo87/openaip-rs"
77
documentation = "https://docs.rs/openaip"

0 commit comments

Comments
 (0)