Skip to content

Commit 2f62fe5

Browse files
authored
Release v1.3.0 (#6)
1 parent 1be45bd commit 2f62fe5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## 1.3.0
11+
This is the first release from KSPModStewards/HUDReplacer. For previous changelog
12+
entries check out the releases on <https://github.com/UltraJohn/HUDReplacer>.
13+
14+
### Added
15+
* HUDReplacer now has a `KSPAssembly` attribute.
16+
17+
### Changed
18+
* @UltraJohn has relicensed HUDReplacer from ARR to GPLv3.

src/HUDReplacer/HUDReplacer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>A mod that allows you to replace the HUD/UI of Kerbal Space Program</Description>
44

5-
<Version>1.2.12</Version>
5+
<Version>1.3.0</Version>
66

77
<TargetFramework>net4.8</TargetFramework>
88
<!-- <DebugType>portable</DebugType> -->

0 commit comments

Comments
 (0)