Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Dec 8, 2021
1 parent 178a637 commit 81d75df
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
### Prerequisites
*If **all** checks are not passed then the pull request will be closed.*
- [ ] I have checked that no other similar pull request already exists.
- [ ] My code follows the general code style as the rest of the code.
- [ ] I have checked that no sensitive information is exposed.
- [ ] Build compiles.
*If checks are not passed then the pull request will be closed.*

- [ ] I have checked that no other similar pull request already exists.
- [ ] My code follows the general code style as the rest of the code.
- [ ] Build compiles.
- [ ] Build passes test cases.

### GitHub Copilot Disclaimer
*The use of GitHub Copilot is **strictly prohibited** on this repository.*

- [ ] This pull does not use GitHub Copilot.

### Changes Made
*List any changes made and/or other relevant issues.*

-
-
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## 1.3.0

### ⭐ New Features
- Add `file` parameter to AnnotationProperties #20 (@Katsute)
### ⚙ Internal
- Update CI to Java 17 (LTS) #18 (@Katsute)
- Enforce timeouts on workflows #17 (@Katsute)
### 📘 Dependencies
- Bump actions/setup-java from 2.3.0 to 2.3.1 #19 (@dependabot[bot])
- Bump junit-jupiter-api from 5.8.0 to 5.8.1 #16 (@dependabot[bot])
- Remove junit-jupiter-params (unused test dependency) #15 (@Katsute)
- Bump junit-jupiter-api from 5.7.2 to 5.8.0 #14 (@dependabot[bot])

## 1.2.0

- JCore is now available on GitHub Packages

### ⭐ New Features
- Add notice supplier #11 (@Katsute)

## 1.1.0

### ⭐ New Features
- Add notice and annotation properties (actions/core@1.5.0) #6 (@Katsute)

### 📘 Dependencies
- Bump crazy-max/ghaction-import-gpg from 3.1.0 to 3.2.0 #5 (@dependabot[bot])

## 1.0.0

Change groupid from `com.kttdevelopment` to `dev.katsute`

## 1.0.0-rc.1

Initial Release
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,16 @@ Assumptions.assumeTrue(false, Workflow.warningSupplier("expected expression to b

## Contributing

<!-- GitHub Copilot Disclaimer -->
<table>
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-dark.png#gh-dark-mode-only" width="50"><img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/.github/main/profile/copilot-light.png#gh-light-mode-only" width="50">
<p>GitHub Copilot is <b>strictly prohibited</b> on this repository.<br>Pulls using this will be rejected.</p>
</table>
<!-- GitHub Copilot Disclaimer -->

- Found a bug? Post it in [issues](https://github.com/KatsuteDev/JCore/issues).
- Want to further expand our project? [Fork](https://github.com/KatsuteDev/JCore/fork) this repository and submit a [pull request](https://github.com/KatsuteDev/JCore/pulls).

### License

This library is released under the [GNU General Public License (GPL) v2.0](https://github.com/KatsuteDev/JCore/blob/main/LICENSE).

0 comments on commit 81d75df

Please sign in to comment.