Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalke committed Aug 27, 2023
1 parent 19c1682 commit 81f59f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## v0.4.1 (2023-07-25)
## v0.4.2 (2023-08-09)

### Features
### Fixes

* return non-zero exit code on from-stdin fail (19c1682)

### v0.4.1 (2023-07-25)

#### Features

* strip prefix regex (3f0d30d)
* make `zlib-ng-compat` a default feature flag (4b17cb6)

### Fixes
#### Fixes

* **check:** check should not fail if read from stdin (69ace8d), closes #130
* **check:** check should fail on unrecognized types from stdin (951253f),
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "convco"
version = "0.4.1"
version = "0.4.2"
description = "Conventional commit tools"
keywords = ["conventional", "commit", "changelog", "semantic", "versioning"]
categories = ["development-tools::build-utils"]
Expand Down

0 comments on commit 81f59f1

Please sign in to comment.