Skip to content

Commit

Permalink
chore: release 0.1.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 17, 2024
1 parent fdf681c commit 5903aab
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 2 deletions.
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# Changelog

## [0.1.0](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.0...v0.1.0) (2024-10-17)


### Features

* add CLI logic to interact with the BMP operations ([44577ce](https://github.com/lentidas/DAI-2425-PW1/commit/44577cec3df7c8ad9ddbd5377f373dfa9b01bcde))
* add Dockerfile and GitHub workflow to publish image ([#14](https://github.com/lentidas/DAI-2425-PW1/issues/14)) ([42e80f0](https://github.com/lentidas/DAI-2425-PW1/commit/42e80f00e78fb284089afd9f2002d769d7f81735))
* add first skeleton of the command line program ([66efbdf](https://github.com/lentidas/DAI-2425-PW1/commit/66efbdfdd846fe281dbe316c71bff025d53f58e6))
* add javadocs comments ([fb4ccca](https://github.com/lentidas/DAI-2425-PW1/commit/fb4cccaeddc36cc9cd15c3af8b0abee6274a3ad0))
* add more info to the README.md ([a5d8e03](https://github.com/lentidas/DAI-2425-PW1/commit/a5d8e03073f8ac19bead6304e58cdea65d3b65bc))
* add output to show execution time ([540423b](https://github.com/lentidas/DAI-2425-PW1/commit/540423b4b07758419f0b47821b3cdc9fd5f14188))
* add skeleton project structure ([#6](https://github.com/lentidas/DAI-2425-PW1/issues/6)) ([418dd02](https://github.com/lentidas/DAI-2425-PW1/commit/418dd02030ed299b09bcd916df68ccc94bdbd575))
* rename program to shadow ([49f65f9](https://github.com/lentidas/DAI-2425-PW1/commit/49f65f98b211733491ea30db3b056ee11896886f))
* replace loops by native functions ([4fdf5a4](https://github.com/lentidas/DAI-2425-PW1/commit/4fdf5a4d2d71f53b6f8e2e2cb8f610abd4135d2b))


### Bug Fixes

* add missing imports for the file output ([4412e36](https://github.com/lentidas/DAI-2425-PW1/commit/4412e36571f1c6bb0c470d252ac612d55752a70e))
* include only the execute function when measuring execution time ([cf1335f](https://github.com/lentidas/DAI-2425-PW1/commit/cf1335f3835873731791d41ada6e8afbf169e8f5))
* use proper exceptions where missing ([0a3659e](https://github.com/lentidas/DAI-2425-PW1/commit/0a3659e32a2bab33ecd394956fee4af1c1603cb0))


### Reverts

* "File reformat, because Java uses tabs and not spaces" ([5187376](https://github.com/lentidas/DAI-2425-PW1/commit/51873764ea03b3db43fee535d17d99676d9c957f))


### Documentation

* add badges, small introduction and authors ([3f01802](https://github.com/lentidas/DAI-2425-PW1/commit/3f018024cc6c65c6ad1e54da150473ffae0c91bb))
* add command explanations and demo ([d8a4dae](https://github.com/lentidas/DAI-2425-PW1/commit/d8a4daebdfad6b94cdc7ff529d79af4e7a37d54e))
* add description to Root command ([9861388](https://github.com/lentidas/DAI-2425-PW1/commit/98613889a17a39df5bc0513e5322af4d7426a97e))
* add LICENSE.txt ([0347cd5](https://github.com/lentidas/DAI-2425-PW1/commit/0347cd57c9b83e5ed5af2280e07d79f0198e3f96))
* add new copyright template ([7f0b8ae](https://github.com/lentidas/DAI-2425-PW1/commit/7f0b8aec8855cf25d9fa7c6331435c5cb1e99743))
* add new copyright template ([8da17f4](https://github.com/lentidas/DAI-2425-PW1/commit/8da17f4f0b248ad63bce519ba4c0b4405124e040))
* draft first README.md ([93f0394](https://github.com/lentidas/DAI-2425-PW1/commit/93f0394ef917d26cadc4a6bf01a093c3f2d32793))
* reference sources for the video and image of the demonstration ([4f40fe0](https://github.com/lentidas/DAI-2425-PW1/commit/4f40fe010fa1c562738e4c296b218f2a2648d7b1))
* release JavaDocs using Maven ([4cf6dec](https://github.com/lentidas/DAI-2425-PW1/commit/4cf6dec78ccc1ddee0d1a0d16563930f71d37ecf))
* test formatting ([d0c69cb](https://github.com/lentidas/DAI-2425-PW1/commit/d0c69cb0584473ed8959eb8b92a2093ee39c78bc))
* update README.md with proper videos ([6f88869](https://github.com/lentidas/DAI-2425-PW1/commit/6f88869da3f53e7ebd11968e755ab6e147960806))


### Styles

* add Google Java Format as IntelliJ IDEA project settings ([d9eba2a](https://github.com/lentidas/DAI-2425-PW1/commit/d9eba2ae1c027605962c631f989f4db10bf48b50))
* add Google Java Style configuration to the project ([#12](https://github.com/lentidas/DAI-2425-PW1/issues/12)) ([abe89de](https://github.com/lentidas/DAI-2425-PW1/commit/abe89dec1fc6ad93a7c6d40277949bcd695a4631))


### Miscellaneous Chores

* add test files ([526e196](https://github.com/lentidas/DAI-2425-PW1/commit/526e196224e69e240bba1435630ad8f18ecdbf88))
* add test outputs ([009308e](https://github.com/lentidas/DAI-2425-PW1/commit/009308e5d519dfaf0268e23d4b7f08d79357be4a))
* automatic formatting ([88215e4](https://github.com/lentidas/DAI-2425-PW1/commit/88215e407703993a719513e1aa62a7b7a0a883ad))
* remove file commited by error ([801c9bc](https://github.com/lentidas/DAI-2425-PW1/commit/801c9bcab0af2f5cdb67752eb65bd7bcc8386e85))
* run spotless:apply ([866faa0](https://github.com/lentidas/DAI-2425-PW1/commit/866faa091cddaec375ce262a8286bb112329c8f4))
* update .gitignore ([c7231be](https://github.com/lentidas/DAI-2425-PW1/commit/c7231be70a36fabe0e502486ead6059a51683f35))
* update .release-please-manifest.json for first release ([16c3fdc](https://github.com/lentidas/DAI-2425-PW1/commit/16c3fdcb9d36ea4431a98baaaeb9bf0ad57cb3d1))


### Code Refactoring

* reorganize classes inside proper packages ([e5cee6e](https://github.com/lentidas/DAI-2425-PW1/commit/e5cee6ea62404cc974ae53fe96f218ae2303ae92))


### Continuous Integration

* add labels and fix update of version in Root.java file ([#21](https://github.com/lentidas/DAI-2425-PW1/issues/21)) ([cc951ff](https://github.com/lentidas/DAI-2425-PW1/commit/cc951ff153eceec3ed473b3b9ca869bbfd639800))
* add missing comma in JSON file ([#27](https://github.com/lentidas/DAI-2425-PW1/issues/27)) ([fcd8284](https://github.com/lentidas/DAI-2425-PW1/commit/fcd8284e14b8c86800c48cfdd3c3f59af8244b68))
* add proper permissions to token ([4a7d7ae](https://github.com/lentidas/DAI-2425-PW1/commit/4a7d7ae3adbbcf9e98de55ec088cc1f00bedd3f6))
* add step to add JAR as a release artifact ([3bcb965](https://github.com/lentidas/DAI-2425-PW1/commit/3bcb9653ca6557c0a631b8547a107cb81a5c4a07))
* add workflow to publish javadocs ([cb4597d](https://github.com/lentidas/DAI-2425-PW1/commit/cb4597d3adb8159cae3c674b1509ba1c08708432))
* add workflows to release package automatically ([#15](https://github.com/lentidas/DAI-2425-PW1/issues/15)) ([c6d5660](https://github.com/lentidas/DAI-2425-PW1/commit/c6d5660af980a8c3bd28db519c9ae1ad933baead))
* more granular release ([#30](https://github.com/lentidas/DAI-2425-PW1/issues/30)) ([fdf681c](https://github.com/lentidas/DAI-2425-PW1/commit/fdf681c8752ef02be4108c666a7dddf5497865d0))
* move every setting inside the package section ([3ddd93b](https://github.com/lentidas/DAI-2425-PW1/commit/3ddd93bb6d37535ab9ead5bba16508ad8598c56a))
* output values between jobs and remove release type on workflow ([#29](https://github.com/lentidas/DAI-2425-PW1/issues/29)) ([0a3c5fe](https://github.com/lentidas/DAI-2425-PW1/commit/0a3c5fe3a809023a7e1dc219e7b5d936618c6562))
* rename release-please configuration file to proper name ([#25](https://github.com/lentidas/DAI-2425-PW1/issues/25)) ([2751cc9](https://github.com/lentidas/DAI-2425-PW1/commit/2751cc91de0dead35197d813f5cf24d460fc8d90))
* update version on command automatically ([031b29c](https://github.com/lentidas/DAI-2425-PW1/commit/031b29c8feb1057b157ef8886c918ea485aead79))
* use better names for jobs ([ccf552e](https://github.com/lentidas/DAI-2425-PW1/commit/ccf552e887ea5fe3537ecc2ccc724b471e9e0750))
* use non-deprecated version ([e2681c8](https://github.com/lentidas/DAI-2425-PW1/commit/e2681c87884696b79fe5fca5e89603e2041fd71b))
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.heigvd.dai</groupId>
<artifactId>shadow</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/heigvd/dai/commands/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
@CommandLine.Command(
description = "shadow - a CLI tool to hide files inside BMP images",
version = "0.0.1", // x-release-please-version
version = "0.1.0", // x-release-please-version
subcommands = {
Hide.class,
Expose.class,
Expand Down

0 comments on commit 5903aab

Please sign in to comment.