From 8e53c96407a2f084d9897815e3f2ec040aaec74b Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Wed, 14 Aug 2024 15:16:33 -0500 Subject: [PATCH] Prep v2.0.1 --- CHANGELOG.md | 11 ++++++++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a433d5a..2445989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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] + +## [2.0.1] - 2024-08-15 + +- Remove reliance on Equ +- Embed trivial code from MathNet.Numerics rather than using as dependency +- Bump CsvHelper from 32.0.3 to 33.0.1 + ## [2.0.0] - 2024-05-16 - Rename package to SynthEHR @@ -92,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Patient birth dates now go from 1914 (Person.MinimumYearOfBirth) allowing for patients aged up to 100 years -[Unreleased]: https://github.com/HicServices/SynthEHR/compare/v2.0.0...main +[Unreleased]: https://github.com/HicServices/SynthEHR/compare/v2.0.1...main +[2.0.1]: https://github.com/HicServices/SynthEHR/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/HicServices/SynthEHR/compare/v1.2.2...v2.0.0 [1.2.2]: https://github.com/HicServices/SynthEHR/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/HicServices/SynthEHR/compare/v1.2.0...v1.2.1 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index ceaf1a4..bcb6abf 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.0.0")] -[assembly: AssemblyInformationalVersion("2.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.1")] +[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyInformationalVersion("2.0.1")]