Skip to content

Commit ac880d7

Browse files
chore: bump version to 4.7.0
1 parent 5dc78b0 commit ac880d7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.7.0] - 2025-12-16
9+
10+
### Added
11+
12+
- add markdown compliance to changelog generation
13+
14+
### Changed
15+
16+
- Merge pull request #41 from davegarvey:md-lint
17+
- fix typo in sc.prompt.md
18+
- fix CHANGELOG.md formatting
19+
- add markdownlint-cli to CI workflow
20+
21+
### Fixed
22+
23+
- correct markdown formatting in changelog generation
824
## [4.6.0] - 2025-12-16
925

1026
### Added

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 = "grubble"
3-
version = "4.6.0"
3+
version = "4.7.0"
44
edition = "2021"
55
authors = ["David Garvey"]
66
description = "Automatic semantic versioning based on conventional commits, optimized for AI-generated commit messages"

0 commit comments

Comments
 (0)