-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cog-bot
committed
Oct 23, 2023
1 parent
4b5e023
commit 431efc7
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## [v0.1.0](https://github.com/tomphp/versioned-files/compare/451c32208e96ae9521161741186f87c8546b2c69..v0.1.0) - 2023-10-23 | ||
#### Build system | ||
- Add specdown - ([f576a20](https://github.com/tomphp/versioned-files/commit/f576a20b1dbcfb8a1b147ac97d12d7fa7c32c890)) - Tom Oram | ||
- Initialize cargo project - ([e882c95](https://github.com/tomphp/versioned-files/commit/e882c9552b7ececcd99aeecc49b0c44416719869)) - Tom Oram | ||
#### Continuous Integration | ||
- **(dependabot)** Add dependabot and mergify config - ([083d833](https://github.com/tomphp/versioned-files/commit/083d833ce1952026a358e0e2bf153322898f1a04)) - Tom Oram | ||
- Add pipeline - ([4b5e023](https://github.com/tomphp/versioned-files/commit/4b5e023af1435cb4a98ff4045da8b3a6a5bb4fb0)) - Tom Oram | ||
#### Documentation | ||
- Add current status warning - ([8108d37](https://github.com/tomphp/versioned-files/commit/8108d376c234fa56b66d54dc08abeeef80dd9c7c)) - Tom Oram | ||
#### Features | ||
- **(bump-cmd)** Implement string-pattern update - ([c6b4b58](https://github.com/tomphp/versioned-files/commit/c6b4b582dab13ad67afef3f8221f97ae2f5aec95)) - Tom Oram | ||
- **(bump-cmd)** Error when bump-version.yml is missing - ([a75caeb](https://github.com/tomphp/versioned-files/commit/a75caeb6d8aa21297a5a66a6bb33f98db3bc7392)) - Tom Oram | ||
- **(help)** Add documentation to command help - ([e97cec2](https://github.com/tomphp/versioned-files/commit/e97cec25042d9ac41fb54b85a1a7aa61a2630189)) - Tom Oram | ||
#### Miscellaneous Chores | ||
- **(bump-cmd)** Add logic to substitute string patterns - ([6a29630](https://github.com/tomphp/versioned-files/commit/6a29630852a278bcf478a2a24f91628387c39f9d)) - Tom Oram | ||
- Rename to bump command to update - ([dd4f669](https://github.com/tomphp/versioned-files/commit/dd4f66947e4ad9028a77f6660c3639be35e00458)) - Tom Oram | ||
- Rename to versioned-files - ([b4a97d7](https://github.com/tomphp/versioned-files/commit/b4a97d71f58c2138b5100ea5d5d9a5b86f80fdd0)) - Tom Oram | ||
- Bootstrap the clap framework - ([99f86f7](https://github.com/tomphp/versioned-files/commit/99f86f7cf584c078333ccce8e12080b8b524a1a3)) - Tom Oram | ||
#### Refactoring | ||
- Move Config to config::Config - ([fe41245](https://github.com/tomphp/versioned-files/commit/fe41245f502b75dd37cf4162d347d804aa04f970)) - Tom Oram | ||
- Move StringPatternConfig to string_pattern::Config - ([d94a9f8](https://github.com/tomphp/versioned-files/commit/d94a9f8f19068ef633a4e564ec0ea6ffb72d15ad)) - Tom Oram | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |