Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Dec 17, 2024
1 parent 9f0e465 commit 3f56364
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.14.3"}
{".":"1.0.0"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.0.0 (2024-12-17)

## What's Changed
* chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/112
* build: correcting Cargo configuration target by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/114
* build: improved continuous delivery target naming by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/115
* refactor: formatting end to end test features by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/116
* chore(deps): update dependency google/yamlfmt to v0.14.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/89
* chore(deps): update dependency mvdan/sh to v3.10.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/90
* chore(deps): update dependency rhysd/actionlint to v1.7.4 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/91
* chore(deps): update golang docker tag to v1.23.4 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/92
* chore(deps): update dependency six to v1.17.0 by @renovate in https://github.com/DeveloperC286/conventional_commits_linter/pull/105
* feat!: from changed to singular positional argument by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/117


**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.14.3...v1.0.0

## 0.14.3 (2024-12-11)

## What's Changed
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 = "conventional_commits_linter"
version = "0.14.3"
version = "1.0.0"
description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification."
authors = ["C <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 3f56364

Please sign in to comment.