Skip to content

Commit 8034327

Browse files
committed
Prepare for next release
1 parent ca28bcf commit 8034327

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
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
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).
55

66
## [Unreleased]
7+
8+
## [0.7.0] - 2023-03-30
79
### Added
810
- `BankAngle`, `PitKp`, `PitKi`, `PitKd`, `RollLimit`, `PitchUpLimit`, `PitchDownLimit` to **AirplaneAutopilot**
911
- `AttachAltFlag`, `DesiredAttachAlt`, `DynamicPressureTrigger`, `StagingTrigger`, `StagingTriggerFlag`, `FixedCoast`, `FixedCoastLength` to **AscentPVG**
@@ -129,7 +131,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
129131
- **StagingController**
130132
- **TargetController** to get information about the current target
131133

132-
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.6.1...HEAD
134+
[Unreleased]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.7.0...HEAD
135+
[0.7.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.6.1...v0.7.0
133136
[0.6.1]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.6.0...v0.6.1
134137
[0.6.0]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.5.1...v0.6.0
135138
[0.5.1]: https://github.com/Genhis/KRPC.MechJeb/compare/v0.5.0...v0.5.1

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.6.1")]
35-
[assembly: AssemblyFileVersion("0.6.1")]
34+
[assembly: AssemblyVersion("0.7.0")]
35+
[assembly: AssemblyFileVersion("0.7.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-2023, Genhis"
44
author = "Genhis"
55

6-
version = "0.6.1"
6+
version = "0.7.0"
77
release = version
88

99
master_doc = "index"

0 commit comments

Comments
 (0)