Skip to content

Commit

Permalink
chore(release): Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysparry committed Oct 6, 2024
1 parent f4da7f9 commit a6cd9ab
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [1.2.0] - 2024-10-06

### Added

Expand All @@ -15,6 +15,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Link issues in changelog
- Improve changelog grouping
- Conventional commits for dependabot
- Update dependabot configuration
- Bump xunit from 2.7.0 to 2.7.1 (#8)
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 (#9)
- Bump xunit from 2.7.1 to 2.8.0 (#10)
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 (#11)
- Group test dependency updates (#15)
- Bump the test-dependencies group with 3 updates (#16)
- Bump the test-dependencies group with 2 updates (#17)
- Switch to Nuke build (#18)
- Bump Microsoft.NET.Test.Sdk in the test-dependencies group (#19)
- Bump Microsoft.NET.Test.Sdk in the test-dependencies group (#20)
- Bump Nuke.Common from 8.0.0 to 8.1.0 (#21)
- Bump xunit in the test-dependencies group (#22)
- Bump xunit in the test-dependencies group (#23)
- Update Nuke schema (#24)
- Enable commitlint (#25)
- Include symbols in NuGet package (#28)
- Use `pwsh` as `justfile` shell on Windows (#29)
- Release v1.2.0

### Fixed

- Use hardcoded git-cliff repo information (#26)
- Set version without requiring `sed` (#27)

## [1.1.0] - 2024-03-23

Expand All @@ -32,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix changelog tag version format
- Dependabot commit message config

[unreleased]: https://github.com/rhysparry/Dirt.Args/compare/v1.1.0..HEAD
[1.2.0]: https://github.com/rhysparry/Dirt.Args/compare/v1.1.0..v1.2.0
[1.1.0]: https://github.com/rhysparry/Dirt.Args/compare/v1.0.1..v1.1.0

<!-- generated by git-cliff -->

0 comments on commit a6cd9ab

Please sign in to comment.