Skip to content

Commit 82cc8a1

Browse files
committed
🔖 v0.4.0
1 parent 62c0b88 commit 82cc8a1

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Changelog
22

3-
<a name="HEAD" data-comment="this line is used by gitmoji-changelog, don't remove it!"></a>
4-
## Version HEAD
3+
<a name="0.4.0" data-comment="this line is used by gitmoji-changelog, don't remove it!"></a>
4+
## Version 0.4.0
55

66
### Added
7+
- ✨ warns about lack of release option and tag
8+
9+
<a name="0.3.0" data-comment="this line is used by gitmoji-changelog, don't remove it!"></a>
10+
## Version 0.3.0
11+
12+
### Added
13+
- ✨ release option
14+
- ✨ delta option
15+
- ✨ make it a lib
16+
17+
### Miscellaneous
18+
- 🐳 image size--
19+
20+
<a name="0.2.0" data-comment="this line is used by gitmoji-changelog, don't remove it!"></a>
21+
## Version 0.2.0
722
- ✨ incremental changelog generation
823
- ✨ print-authors option
924
- ✨ group by versions

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitmoji-changelog"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Fabien JUIF <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)