Skip to content

Commit dc0f869

Browse files
Merge pull request #3 from DenisGorbachev/release-plz-2024-07-21T23-31-57Z
chore: release v0.1.4
2 parents 2b3b339 + 4966278 commit dc0f869

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.4](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.3...v0.1.4) - 2024-07-31
10+
11+
### Fixed
12+
- commitlint
13+
- commitlint
14+
15+
### Other
16+
- allow more types in commitlint
17+
- install cargo-machete
18+
- add lint-deps
19+
- fix config
20+
- configure commitlint
21+
922
## [0.1.3](https://github.com/DenisGorbachev/stub-macro/compare/v0.1.2...v0.1.3) - 2024-07-21
1023

1124
### Other

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stub-macro"
33
description = "stub!() is a better version of todo!() that can be assigned to a variable"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/DenisGorbachev/stub-macro"

0 commit comments

Comments
 (0)