From f33669e30ba043cfe43d9e9d54caaec79c53e881 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 31 Jan 2018 15:27:29 -0600 Subject: [PATCH 1/2] added release notes for Hyperion v0.9.8 --- RELEASE_NOTES.md | 6 ++++++ src/common.props | 11 ++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 99e0d344..545c7bed 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +### 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.*: + +* [Support for FSharpSet](https://github.com/akkadotnet/Hyperion/pull/92) + ### 0.9.7 January 18 2018 #### **Maintenance release for Hyperion v0.9.*** diff --git a/src/common.props b/src/common.props index 7ebbaa11..ee5ef433 100644 --- a/src/common.props +++ b/src/common.props @@ -2,13 +2,10 @@ Copyright © 2016-2017 Akka.NET Team Akka.NET Team - 0.9.7 - Maintenance release for Hyperion v0.9.0** -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.8 + Maintenance release for Hyperion v0.9.*** +This small patch conists of the following bug fixes to Hyperion v0.9.*: +[Support for FSharpSet<T>](https://github.com/akkadotnet/Hyperion/pull/92) http://getakka.net/images/akkalogo.png https://github.com/akkadotnet/Hyperion https://github.com/akkadotnet/Hyperion/blob/master/LICENSE From dab4ecd5945008219bb7e89cf667dff855977bf4 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 31 Jan 2018 15:29:16 -0600 Subject: [PATCH 2/2] fixed markdown syntax --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 545c7bed..94bd7748 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ### 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.*: +This small patch conists of the following bug fixes to Hyperion v0.9.* branch: * [Support for FSharpSet](https://github.com/akkadotnet/Hyperion/pull/92)