From e12fbcffcf8a018e68119e3f0319de01d93a2405 Mon Sep 17 00:00:00 2001 From: Genhis Date: Fri, 14 Sep 2018 23:21:17 +0200 Subject: [PATCH] Prepare for the next release --- CHANGELOG.md | 5 ++++- Properties/AssemblyInfo.cs | 4 ++-- docs/conf.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c87164..8230c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.0] - 2018-09-15 ### Added - **DeployableController** for antennas and solar panels - **SmartRCS** window @@ -70,6 +72,7 @@ proximity or reverting a flight to launch - **StagingController** - **TargetController** to get information about the current target -[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/Genhis/KRPC.MechJeb/commit/6fafaaa41df39a60933d75cfd9c765c5aa8691f7 diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 16f49d6..39b998e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] +[assembly: AssemblyVersion("0.3.0")] +[assembly: AssemblyFileVersion("0.3.0")] diff --git a/docs/conf.py b/docs/conf.py index d5a1073..dcd20cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ copyright = "2018, Genhis" author = "Genhis" -version = "0.2.0" +version = "0.3.0" release = version master_doc = "index"