Skip to content

Commit

Permalink
v3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Mar 5, 2024
1 parent 344ec30 commit 798340e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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 798340e

Please sign in to comment.