-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65336f7
commit e588f39
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
All notable changes to the [Challenges](https://github.com/mauritssilvis/challenges) project are documented in this file. | ||
|
||
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.0] - 2023-06-02 | ||
|
||
### Added | ||
|
||
- Add a basic Java project set up using IntelliJ IDEA. | ||
- Add a basic Maven project set up using IntelliJ IDEA. | ||
- Add a Maven project that creates an executable JAR. |