Skip to content

Commit

Permalink
Merge pull request #179 from HicServices/release/v3.2.0
Browse files Browse the repository at this point in the history
Release v3.2.0
  • Loading branch information
JFriel authored Mar 5, 2024
2 parents 9373402 + fb070fc commit 9009857
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ BadMedicineTests/obj/
BadMedicineTests/bin/
BadMedicine.Core/obj/
BadMedicine.Core/bin/
.idea/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2024-03-06

- Now targets .Net 8.0
- Improve BucketList performance
- Some bugfixes change random data generation, cross-version consistency not preserved
- Add Equ 2.3.0
- BadMedicine itself now AOT/trim clean, but dependencies are not
- Bump HIC.FAnsiSql from 3.0.1 to 3.1.1

## [1.1.2] - 2022-11-22

Expand Down
8 changes: 4 additions & 4 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[assembly: AssemblyCompany("Health Informatics Centre, University of Dundee")]
[assembly: AssemblyProduct("Bad Medicine")]
[assembly: AssemblyCopyright("Copyright (c) 2018 - 2022")]
[assembly: AssemblyCopyright("Copyright (c) 2018 - 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("1.1.2")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyInformationalVersion("1.1.2")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]

0 comments on commit 9009857

Please sign in to comment.