Skip to content

Commit

Permalink
Merge pull request #213 from HicServices/release/v2.0.1
Browse files Browse the repository at this point in the history
Prep v2.0.1
  • Loading branch information
JFriel authored Aug 15, 2024
2 parents 324c0b4 + 8e53c96 commit acf2520
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyInformationalVersion("2.0.1")]

0 comments on commit acf2520

Please sign in to comment.