Skip to content

Commit 83a9992

Browse files
committed
Prepare for the next release
1 parent c528dcf commit 83a9992

3 files changed

Lines changed: 8 additions & 5 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.2.0] - 2018-09-07
810
### Added
911
- Missing `CorrectiveSteering` property in AscentAutopilot
1012
### Changed
@@ -55,5 +57,6 @@ proximity or reverting a flight to launch
5557
- **StagingController**
5658
- **TargetController** to get information about the current target
5759

58-
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.1.0...HEAD
60+
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...HEAD
61+
[0.2.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.1.0...v0.2.0
5962
[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.1.0")]
35-
[assembly: AssemblyFileVersion("0.1.0")]
34+
[assembly: AssemblyVersion("0.2.0")]
35+
[assembly: AssemblyFileVersion("0.2.0")]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ their amazing mods, and to the author of the original [krpcmj](https://github.co
1212

1313
1. Download [latest release files](https://github.com/Genhis/KRPC.MechJeb/releases).
1414
2. Copy KRPC.MechJeb.dll to `Kerbal Space Program/GameData/kRPC` directory.
15-
3. If you are using Python, Lua or similar client libraries, you can start coding right away. For C++, C# and Java, find the
16-
relevant file in the release archive and link it with your project.
15+
3. If you are using Python, Lua or similar client libraries, you can start coding right away. For C-nano, C++, C# and Java,
16+
find the relevant file in the release archive and link it with your project.
1717
4. Happy coding!
1818

1919
## Modules

0 commit comments

Comments
 (0)