Skip to content

Commit

Permalink
feature: Support changelog fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
gyptazy committed Jul 28, 2023
1 parent 0be642f commit 62dd9de
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog-fragments/1.0/1-initial-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
added:
- Add initial public release of Monkey Switcher 1.0
1 change: 1 addition & 0 deletions .changelog-fragments/1.0/release_meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
date: 2022-11-19
4 changes: 4 additions & 0 deletions .changelog-fragments/1.1/2-blueutil-bugfix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fixed:
- Fixed amd64 blueutil binary error
changed:
- Changed to a new logo and icon file
1 change: 1 addition & 0 deletions .changelog-fragments/1.1/release_meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
date: 2023-07-27
4 changes: 4 additions & 0 deletions .changelog-fragments/1.2/3-changelog-fragments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
added:
- Add changelog fragments support (based on https://github.com/gyptazy/changelog-fragments-creator/)
changed:
- Replaced icon logo in a better quality
1 change: 1 addition & 0 deletions .changelog-fragments/1.2/release_meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
date: 2023-07-28
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.2] - 2023-07-28

### Added

- Add changelog fragments support (based on https://github.com/gyptazy/changelog-fragments-creator/)

### Changed

- Replaced icon logo in a better quality


## [1.1] - 2023-07-27

### Fixed

- Fixed amd64 blueutil binary error

### Changed

- Changed to a new logo and icon file


## [1.0] - 2022-11-19

### Added

- Add initial public release of Monkey Switcher 1.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8b
v1.2

0 comments on commit 62dd9de

Please sign in to comment.