Skip to content

Commit

Permalink
added v0.9.9 release notes (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Oct 4, 2019
1 parent cb473a5 commit 75c05f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
43 changes: 2 additions & 41 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,2 @@
### 0.9.9 November 1 2018 ####
*Placeholder for Nightlies*

### 0.9.8 January 31 2018 ####
**Maintenance release for Hyperion v0.9.***
This small patch conists of the following bug fixes to Hyperion v0.9.* branch:

* [Support for FSharpSet<T>](https://github.com/akkadotnet/Hyperion/pull/92)

### 0.9.7 January 18 2018 ####
**Maintenance release for Hyperion v0.9.***

This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.

* [EnumerableSerializeFactory fixes](https://github.com/akkadotnet/Hyperion/pull/81)
* [Fix: ObjectDisposedException cannot be deserialized](https://github.com/akkadotnet/Hyperion/issues/64)
* [Added support for DateTimeOffset as a primitive](https://github.com/akkadotnet/Hyperion/pull/79)

You can [see the full set of changes for Hyperion v0.9.7 here](https://github.com/akkadotnet/Hyperion/milestone/5).

### 0.9.6 August 17 2017

Resolving issues with conflicting binary being downloaded via NuGet with version bump.

### 0.9.5 August 11 2017

Provides support for .NET Standard 1.6.

See the full set of changes here: [Hyperion 0.9.5](https://github.com/akkadotnet/Hyperion/milestone/3)

### 0.9.2 January 05 2017
Includes bug fixes for immutable data structures and lists.

See the full set of changes here: [Hyperion 0.9.2 Milestone](https://github.com/akkadotnet/Hyperion/milestone/2)

### 0.9.1 January 02 2017
Includes bug fixes for numerous data structures as well as improved build chain and tools standardization.

See the full set of changes here: [Hyperion 0.9.1 Milestone](https://github.com/akkadotnet/Hyperion/milestone/1)

### New in 0.9.0 (Released 2016/11/24)
### 0.9.9 October 10 2019 ####
Hyperion now supports .NET Core 3.0.
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>0.9.9</VersionPrefix>
<PackageReleaseNotes>Placeholder for Nightlies*</PackageReleaseNotes>
<PackageReleaseNotes>Hyperion now supports .NET Core 3.0.</PackageReleaseNotes>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 75c05f6

Please sign in to comment.