Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihop committed Nov 23, 2020
1 parent 69326b1 commit b55f96c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [v1.2.1] - 2020-11-23
### Changed
- GitHub Actions workflow now produces both a release and debug zip archive.

### Fixed
- For windows release builds, use the /MT flag rather than /MD. When built with /MD the plugin does not work with exported projects.
- Release binary for Windows 64-bit export.


## [v1.2.0] - 2020-11-21
Expand Down Expand Up @@ -37,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The Terminal `write()` method now accepts both String and PoolByteArray.


[Unreleased]: https://github.com/lihop/godot-xterm/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/lihop/godot-xterm/compare/v1.2.1...HEAD
[v1.2.1]: https://github.com/lihop/godot-xterm/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/lihop/godot-xterm/compare/v1.0.0...v1.2.0
[v1.0.0]: https://github.com/lihop/godot-xterm/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion addons/godot_xterm/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="GodotXterm"
description=""
author="The GodotXterm authors"
version="1.2.0"
version="1.2.1"
script="plugin.gd"

0 comments on commit b55f96c

Please sign in to comment.