Skip to content

Commit e12fbcf

Browse files
committed
Prepare for the next release
1 parent 2ca1d6f commit e12fbcf

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.3.0] - 2018-09-15
810
### Added
911
- **DeployableController** for antennas and solar panels
1012
- **SmartRCS** window
@@ -70,6 +72,7 @@ proximity or reverting a flight to launch
7072
- **StagingController**
7173
- **TargetController** to get information about the current target
7274

73-
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...HEAD
75+
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.3.0...HEAD
76+
[0.3.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...v0.3.0
7477
[0.2.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.1.0...v0.2.0
7578
[0.1.0]: https://github.com/Genhis/KRPC.MechJeb/commit/6fafaaa41df39a60933d75cfd9c765c5aa8691f7

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.2.0")]
35-
[assembly: AssemblyFileVersion("0.2.0")]
34+
[assembly: AssemblyVersion("0.3.0")]
35+
[assembly: AssemblyFileVersion("0.3.0")]

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
copyright = "2018, Genhis"
44
author = "Genhis"
55

6-
version = "0.2.0"
6+
version = "0.3.0"
77
release = version
88

99
master_doc = "index"

0 commit comments

Comments
 (0)