Skip to content

Commit 545b88e

Browse files
author
cog-bot
committed
chore(version): 2.2.0
1 parent a321566 commit 545b88e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [2.2.0](https://github.com/oknozor/toml-bombadil/compare/2.1.0..2.2.0) - 2021-12-30
6+
#### Continuous Integration
7+
- add cargo bump to build deps - ([a321566](https://github.com/oknozor/toml-bombadil/commit/a321566a4608f582fc8dc10c75c199f84a8fe914)) - [@oknozor](https://github.com/oknozor)
8+
- add automated release, dependabot and github codeowners - ([9307457](https://github.com/oknozor/toml-bombadil/commit/93074570c2d70a501ba136cb645b53b13e284c13)) - [@oknozor](https://github.com/oknozor)
9+
#### Documentation
10+
- update documentation and shorten README - ([3780d09](https://github.com/oknozor/toml-bombadil/commit/3780d0984eaec42c7c64229e02810d5b94a58080)) - [@oknozor](https://github.com/oknozor)
11+
#### Features
12+
- add extra profiles - ([7741f39](https://github.com/oknozor/toml-bombadil/commit/7741f399069da6c48f58a44e102b73270e831170)) - [@oknozor](https://github.com/oknozor)
13+
#### Miscellaneous Chores
14+
- **(deps)** update dirs requirement from ^3 to ^4 - ([2ee87e0](https://github.com/oknozor/toml-bombadil/commit/2ee87e0d19d90f1adc17628aaf751056a08b71b5)) - dependabot[bot]
15+
- fix clippy lints - ([482e9ae](https://github.com/oknozor/toml-bombadil/commit/482e9ae0408b6164a355f5c3f41288e7e43aeff9)) - [@oknozor](https://github.com/oknozor)
16+
- - -
17+
518
## [2.1.0](https://github.com/oknozor/toml-bombadil/compare/2.0.0..2.1.0) - 2021-11-21
619
#### Bug Fixes
720
- Fill in missing fmt argument in error message - ([14ed188](https://github.com/oknozor/toml-bombadil/commit/14ed18862e826e46642bdeb725d42a69da01e17a)) - David Tolnay

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml-bombadil"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["Paul Delafosse <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)