-
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
17ea215
commit 3303772
Showing
1 changed file
with
34 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,34 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-08-29) | ||
|
||
|
||
### Features | ||
|
||
* add 75歳到達月判定 ([16ee55d](https://github.com/bw-company/uke-pseudonymize/commit/16ee55dacb9698c217317d2d07fe812bd4399e2e)) | ||
* print 未就学児 if patient is 0-6 years old ([0d055fa](https://github.com/bw-company/uke-pseudonymize/commit/0d055fa7e5e1b68e917eb4acb73fc126a9741fd9)) | ||
* support --version and --help cmd options ([6b74c93](https://github.com/bw-company/uke-pseudonymize/commit/6b74c93787bc7546a8bde416cd5a1dce592754a1)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* 75歳到達月特例にあてはまらないことを表示する ([916295e](https://github.com/bw-company/uke-pseudonymize/commit/916295e2662c06e42f2807e52c66fabac622ba97)) | ||
* **deps:** update dependency info.picocli:picocli to v4.7.1 ([a9e63f1](https://github.com/bw-company/uke-pseudonymize/commit/a9e63f17928ccabfcc4d6d57c6d744d110c3180b)) | ||
* **deps:** update dependency info.picocli:picocli to v4.7.2 ([59964cc](https://github.com/bw-company/uke-pseudonymize/commit/59964cc01ebf03aa81501d811676c7d03caf6b24)) | ||
* **deps:** update dependency info.picocli:picocli to v4.7.3 ([5989c7c](https://github.com/bw-company/uke-pseudonymize/commit/5989c7ca738b2530b5317bf2a2b9276baf77d0c0)) | ||
* **deps:** update dependency info.picocli:picocli to v4.7.4 ([01f1678](https://github.com/bw-company/uke-pseudonymize/commit/01f1678fe6b2410faca1ab883c441fc42f82f2d8)) | ||
* **deps:** update dependency info.picocli:picocli to v4.7.5 ([2b3eeb4](https://github.com/bw-company/uke-pseudonymize/commit/2b3eeb4f4a6c3b0cfc64c83aabccfe21923c5046)) | ||
* **deps:** update dependency io.kotest:kotest-assertions-core to v5.5.4 ([af068c0](https://github.com/bw-company/uke-pseudonymize/commit/af068c001d1020ed8dbd445a657a0d26d6176aa3)) | ||
* **deps:** update dependency io.kotest:kotest-property to v5.5.4 ([8a53269](https://github.com/bw-company/uke-pseudonymize/commit/8a5326974f5aa2183f10fb69689440583eff7f10)) | ||
* **deps:** update dependency io.kotest:kotest-runner-junit5 to v5.5.4 ([2aaa94f](https://github.com/bw-company/uke-pseudonymize/commit/2aaa94fd241f2eaec724ccf363ab73c25dd144d8)) | ||
* **deps:** update kotest to v5.6.0 ([0d31271](https://github.com/bw-company/uke-pseudonymize/commit/0d312711bb77bc6f13657079f957a7b0f5442db6)) | ||
* **deps:** update kotest to v5.6.1 ([07f88e2](https://github.com/bw-company/uke-pseudonymize/commit/07f88e2994d7c1a42d300770a151a4513e7d098c)) | ||
* **deps:** update kotest to v5.6.2 ([1f11a4e](https://github.com/bw-company/uke-pseudonymize/commit/1f11a4ea26c12dcf84dcab8c53fe96a944f7d3a2)) | ||
* improve the birthday count logic ([c4559ed](https://github.com/bw-company/uke-pseudonymize/commit/c4559ed43eb0fb1aa9aea3ac39fd15cb0b0ec4f2)) | ||
* rename the name of executable ([ede94ec](https://github.com/bw-company/uke-pseudonymize/commit/ede94ece2e7921f3a426404363bad4fcaefe6557)) | ||
|
||
|
||
### Documentation | ||
|
||
* license the software under AGPLv3 ([148f32e](https://github.com/bw-company/uke-pseudonymize/commit/148f32ebcb8495183cefe567cee868a5e8551381)) | ||
* make requirements clear ([601fea8](https://github.com/bw-company/uke-pseudonymize/commit/601fea8229d89a78de780729992262986ff532e1)) |