Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Apr 29, 2021
1 parent e1aa4e4 commit 04f1862
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [anatawa12's fork of `auto-changelog`](https://github.com/anatawa12/auto-changelog).

#### [1.0.6](https://github.com/anatawa12/ForgeGradle-1.2/compare/v1.0.5...1.0.6)

> 29 April 2021
- add testing with example [`#76`](https://github.com/anatawa12/ForgeGradle-1.2/pull/76)
- Support apply bin patches [`#74`](https://github.com/anatawa12/ForgeGradle-1.2/pull/74)
- upload test results [`#75`](https://github.com/anatawa12/ForgeGradle-1.2/pull/75)

#### [v1.0.5](https://github.com/anatawa12/ForgeGradle-1.2/compare/v1.0.4...v1.0.5)

> 24 April 2021
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
group = "com.anatawa12.forge"

if (project.hasProperty("push_release")) {
version = "1.2-1.0.5"
version = "1.2-1.0.6"
} else {
version = "1.2-1.0.6-SNAPSHOT"
version = "1.2-1.0.7-SNAPSHOT"
}

base {
Expand Down

0 comments on commit 04f1862

Please sign in to comment.