Skip to content

Commit

Permalink
🔖 chore(release): prepare for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 5, 2024
1 parent 49f3f16 commit 66230e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ Welcome to the changelog for git-sumi. This document aims to provide a comprehen

We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR.MINOR.PATCH. Major version changes involve significant (breaking) changes, minor versions introduce features and improvements in a backward compatible manner, and patch versions are for bug fixes and minor tweaks.

## [0.0.3](https://github.com/welpo/git-sumi/compare/v0.0.2..v0.0.3) - 2024-02-05

### 🐛 Bug Fixes

- *(basic-parser)* Capture original header - ([ba3b413](https://github.com/welpo/git-sumi/commit/ba3b4137dce7c02988f45c45d873c4d747cd09c4))

## [0.0.2](https://github.com/welpo/git-sumi/compare/v0.0.1..v0.0.2) - 2024-02-04

### 💥 BREAKING CHANGES 💥
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
@@ -1,6 +1,6 @@
[package]
name = "git-sumi"
version = "0.0.2" # managed by release script
version = "0.0.3" # managed by release script
authors = ["Óscar Fernández <osc@osc.garden>"]
description = "Non-opinionated commit message linter"
edition = "2021"
Expand Down

0 comments on commit 66230e6

Please sign in to comment.