Compare commits

...
3 Commits
Author SHA1 Message Date
KKlochko 2719e2a6b0 Update the README.
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-11-26 21:43:00 +02:00
KKlochko 10c1e20089 Update the version. 2023-11-26 21:42:36 +02:00
KKlochko 933653dcba Update the CHANGELOG. 2023-11-26 21:42:09 +02:00
3 changed files with 26 additions and 3 deletions
+24 -1
View File
@@ -7,7 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.9.15] - 2023-11-26
### Changed
- Update the CHANGELOG.
- Update the version.
- Update the README.
## [0.9.14] - 2023-11-26
### Added
- Add analyzer for the simple substitution cipher.
- Add the analyzer options and their actions for the simple substiotution.
## [0.9.13] - 2023-11-26
### Fixed
- Fix the test name.
## [0.9.12] - 2023-11-20 ## [0.9.12] - 2023-11-20
### Changed
- Update the CHANGELOG. - Update the CHANGELOG.
- Update the version. - Update the version.
- Update the README. - Update the README.
@@ -291,7 +311,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Project initialization. - Project initialization.
[Unreleased]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.12...main?from_project_id=50218541&straight=false [Unreleased]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.15...main?from_project_id=50218541&straight=false
[0.9.15]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.14...0.0.9.15?from_project_id=50218541&straight=false
[0.9.14]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.13...0.0.9.14?from_project_id=50218541&straight=false
[0.9.13]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.12...0.0.9.13?from_project_id=50218541&straight=false
[0.9.12]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.11...0.0.9.12?from_project_id=50218541&straight=false [0.9.12]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.11...0.0.9.12?from_project_id=50218541&straight=false
[0.9.11]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.10...0.0.9.11?from_project_id=50218541&straight=false [0.9.11]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.10...0.0.9.11?from_project_id=50218541&straight=false
[0.9.10]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.9...0.9.10?from_project_id=50218541&straight=false [0.9.10]: https://gitlab.com/KKlochko/cipher-analytical-machine/-/compare/0.9.9...0.9.10?from_project_id=50218541&straight=false
+1 -1
View File
@@ -12,7 +12,7 @@ You need install java, before run the application.
Run the application with a command: Run the application with a command:
$ java -jar cipher-analytical-machine-VERSION-standalone.jar [args] $ java -jar cipher-analytical-machine-VERSION-standalone.jar [args]
$ java -jar cipher-analytical-machine-0.9.12-standalone.jar [args] $ java -jar cipher-analytical-machine-0.9.15-standalone.jar [args]
## License ## License
+1 -1
View File
@@ -1,4 +1,4 @@
(defproject cipher-analytical-machine "0.9.12" (defproject cipher-analytical-machine "0.9.15"
:description "A program helps to learn how ciphers works." :description "A program helps to learn how ciphers works."
:url "https://gitlab.com/KKlochko/cipher-analytical-machine" :url "https://gitlab.com/KKlochko/cipher-analytical-machine"
:license {:name "LGPL" :license {:name "LGPL"