Skip to content

Commit

Permalink
chore(release): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysparry committed Dec 8, 2024
1 parent d0949c9 commit ce6db5d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,30 @@ 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.1.0] - 2024-12-08

### Added

- Add changelog configuration (Resolves [#2](https://github.com/rhysparry/Dirt.Env/issues/2))
- Add XML Documentation (Resolves [#3](https://github.com/rhysparry/Dirt.Env/issues/3))

[unreleased]: https://github.com/rhysparry/Dirt.Env/compare/v1.0.1..HEAD
### Changed

- Update dependabot configuration
- Bump xunit from 2.7.0 to 2.7.1 ([#6](https://github.com/rhysparry/Dirt.Env/pull/6))
- Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 ([#5](https://github.com/rhysparry/Dirt.Env/pull/5))
- Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 ([#7](https://github.com/rhysparry/Dirt.Env/pull/7))
- Bump xunit from 2.7.1 to 2.8.0 ([#8](https://github.com/rhysparry/Dirt.Env/pull/8))
- Group test dependency updates ([#12](https://github.com/rhysparry/Dirt.Env/pull/12))
- Bump the test-dependencies group with 3 updates ([#13](https://github.com/rhysparry/Dirt.Env/pull/13))
- Bump the test-dependencies group with 2 updates ([#14](https://github.com/rhysparry/Dirt.Env/pull/14))
- Bump Microsoft.NET.Test.Sdk in the test-dependencies group ([#15](https://github.com/rhysparry/Dirt.Env/pull/15))
- Bump Microsoft.NET.Test.Sdk in the test-dependencies group ([#16](https://github.com/rhysparry/Dirt.Env/pull/16))
- Bump xunit in the test-dependencies group ([#17](https://github.com/rhysparry/Dirt.Env/pull/17))
- Bump xunit in the test-dependencies group ([#18](https://github.com/rhysparry/Dirt.Env/pull/18))
- Bump Microsoft.NET.Test.Sdk in the test-dependencies group ([#19](https://github.com/rhysparry/Dirt.Env/pull/19))
- Synchronise build config from Dirt.Args ([#20](https://github.com/rhysparry/Dirt.Env/pull/20))

[1.1.0]: https://github.com/rhysparry/Dirt.Env/compare/v1.0.1..v1.1.0

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

0 comments on commit ce6db5d

Please sign in to comment.