Skip to content

Commit 2c1f0d2

Browse files
authored
Create CHANGELOG.md
1 parent eff37b2 commit 2c1f0d2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4+
5+
This project uses tags and branches for [release management](https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management).
6+
7+
8+
## [Unreleased]
9+
10+
_nothing notable, yet_
11+
12+
## [1.2.0] - 2022-08-08
13+
### Added
14+
- Tool `jextract` to the list of Early-Access releases
15+
- New `install-as-version` input
16+
17+
## [1.1.2] - 2022-06-10
18+
### Added
19+
- Java `20` to the list of Early-Access releases
20+
21+
## [1.1.1] - 2022-05-03
22+
### Fixed
23+
- Version string parsing when update segment is present
24+
25+
## [1.1.0] - 2022-04-01
26+
### Changed
27+
- Version of `setup-java` to `v3`
28+
- Default value of `release` input to Java `18`
29+
30+
## [1.0.0] - 2014-05-31
31+
### Added
32+
- Initial Release
33+
34+
[Unreleased]: https://github.com/oracle-actions/setup-java/compare/v1.2.0...HEAD
35+
[1.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.2...v1.2.0
36+
[1.1.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1...v1.1.2
37+
[1.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...v1.1.1
38+
[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0
39+
[1.0.0]: https://github.com/oracle-actions/setup-java/releases/tag/v1.0.0

0 commit comments

Comments
 (0)