Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Genhis committed Sep 14, 2018
1 parent 2ca1d6f commit e12fbcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
copyright = "2018, Genhis"
author = "Genhis"

version = "0.2.0"
version = "0.3.0"
release = version

master_doc = "index"
Expand Down

0 comments on commit e12fbcf

Please sign in to comment.