Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Genhis committed Jun 11, 2019
1 parent b51d13a commit 7445986
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2019-06-11
### Added
- **SmartASS** window
- **Translatron** window ([#5](https://github.com/Genhis/KRPC.MechJeb/pull/5))
Expand Down Expand Up @@ -87,7 +89,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- **StagingController**
- **TargetController** to get information about the current target

[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.2.0...v0.3.0
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("KRPC.MechJeb")]
[assembly: AssemblyDescription("KRPC service for MechJeb2")]
[assembly: AssemblyDescription("kRPC service for MechJeb 2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("KRPC.MechJeb")]
Expand All @@ -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.4.1")]
[assembly: AssemblyFileVersion("0.4.1")]
[assembly: AssemblyVersion("0.5.0")]
[assembly: AssemblyFileVersion("0.5.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-2019, Genhis"
author = "Genhis"

version = "0.4.0"
version = "0.5.0"
release = version

master_doc = "index"
Expand Down

0 comments on commit 7445986

Please sign in to comment.