Skip to content

Commit b797a8d

Browse files
committed
Prepare for the next release
1 parent a8afa27 commit b797a8d

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ 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.4.0] - 2019-03-31
810
### Added
911
- Auto-hotstaging support in StageController
1012
### Changed
1113
- **AscentPEG** module overhaul (renamed to **AscentPVG**)
1214
### Fixed
13-
- AscentAutopilot raised an exception during initialization phase (#1) due to AscentPEG being renamed to AscentPVG
14-
(MuMech/MechJeb2@61c0adae6bea4f2f4e9b02b86534d4f1993b9e8)
15+
- AscentAutopilot raised an exception during initialization phase ([#1](https://github.com/Genhis/KRPC.MechJeb/issues/1))
16+
due to AscentPEG being renamed to AscentPVG
17+
([MuMech/MechJeb2@61c0ada](https://github.com/MuMech/MechJeb2/commit/61c0adae6bea4f2f4e9b02b86534d4f1993b9e8))
1518
- DeployableController raised an exception during initialization phase
1619

1720
## [0.3.0] - 2018-09-15
@@ -80,7 +83,8 @@ proximity or reverting a flight to launch
8083
- **StagingController**
8184
- **TargetController** to get information about the current target
8285

83-
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.3.0...HEAD
86+
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.4.0...HEAD
87+
[0.4.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.3.0...v0.4.0
8488
[0.3.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...v0.3.0
8589
[0.2.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.1.0...v0.2.0
8690
[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.3.0")]
35-
[assembly: AssemblyFileVersion("0.3.0")]
34+
[assembly: AssemblyVersion("0.4.0")]
35+
[assembly: AssemblyFileVersion("0.4.0")]

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copied from https://github.com/krpc/krpc/blob/master/doc/conf.py.tmpl and modified.
22
project = "kRPC.MechJeb"
3-
copyright = "2018, Genhis"
3+
copyright = "2018-2019, Genhis"
44
author = "Genhis"
55

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

99
master_doc = "index"

0 commit comments

Comments
 (0)