Skip to content

Commit

Permalink
Release Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed May 7, 2024
1 parent 35f266d commit 154d92e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 'release/v**'
- 'run-ci/**'
tags:
- 'v*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 'release/v**'
- 'run-ci/**'
tags:
- 'v*'
Expand Down
2 changes: 1 addition & 1 deletion BlueprintToRSTDoc/BlueprintToRSTDoc.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1",
"VersionName": "1.2",
"FriendlyName": "Blueprint to reStructuredText Document",
"Description": "Generate reStructuredText (RST) Format Documents from Blueprints",
"EngineVersion": "5.4.0",
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

# Change Log

## [Unreleased](https://github.com/nutti/UE4-BlueprintToRSTDoc/compare/v1.1...main)
## [Unreleased](https://github.com/nutti/UE4-BlueprintToRSTDoc/compare/v1.2.0...main)

<!-- markdownlint-disable-next-line MD013 -->
## [Version 1.2.0](https://github.com/nutti/UE4-BlueprintToRSTDoc/compare/v1.1...v1.2.0) - 2024.XX.XX

### Updated Features

* Support on Unreal Engine 5.4

<!-- markdownlint-disable-next-line MD013 -->
## [Version 1.1](https://github.com/nutti/UE4-BlueprintToRSTDoc/compare/v1.0...v1.1) - 2023.12.13
Expand Down

0 comments on commit 154d92e

Please sign in to comment.