From ce6db5dcb3ad3bc7c018160b0b92f6e058152643 Mon Sep 17 00:00:00 2001 From: Rhys Parry Date: Sun, 8 Dec 2024 06:17:21 +0000 Subject: [PATCH] chore(release): release 1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 401f5a8..7e04f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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