Skip to content

Commit

Permalink
Prepare for v2 release (#232)
Browse files Browse the repository at this point in the history
* add changelog

* prepare v2
  • Loading branch information
jrouly authored Jul 13, 2022
1 parent 9511f72 commit fcff6a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

### [v2](https://github.com/jrouly/scalafmt-native-action/releases/tag/v2) (2021-03-25)

* Upgrades default `scalafmt` version to [3.5.8](https://github.com/scalameta/scalafmt/releases/tag/v3.5.8).
* Note: this version of `scalafmt` may require a version parameter in `.scalafmt.conf`.
* Various security patches.

### [v1](https://github.com/jrouly/scalafmt-native-action/releases/tag/v1) (2021-03-25)

Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ By using the native image, this action typically completes in two to three secon
## Usage

```yaml
- uses: jrouly/scalafmt-native-action@v1
- uses: jrouly/scalafmt-native-action@v2
with:
# Optional: Which version of scalafmt-native to use.
# Default: 3.5.8
Expand All @@ -32,7 +32,7 @@ If any non-conforming files are present, they will be printed and the command wi
Otherwise it will silently exit with success.

```yaml
- uses: jrouly/scalafmt-native-action@v1
- uses: jrouly/scalafmt-native-action@v2
```

#### OS compatibility
Expand Down

0 comments on commit fcff6a5

Please sign in to comment.