trinitry/NEWS.md

61 lines
4.2 KiB
Markdown
Raw Permalink Normal View History

2024-05-03 17:27:38 +00:00
<!--
Copyright (C) 2024 - 2024:
The Trinitrix Project <bpeetz@b-peetz.de, antifallobst@systemausfall.org>
SPDX-License-Identifier: LGPL-3.0-or-later
This file is part of the Trinitry crate for Trinitrix.
Trinitry is free software: you can redistribute it and/or modify
it under the terms of the Lesser GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
and the Lesser GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
-->
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
2024-05-18 19:21:39 +00:00
## [v0.2.1](https://git.nerdcult.net/trinitrix/trinitry/compare/7dd5da97f60da774407969ff87e31fc6c79814f9..v0.2.1) - 2024-05-18
#### Bug Fixes
- **(src)** Rename `TrinitryInvokation` to just `Trinitry` for simplicity - ([d9ceb57](https://git.nerdcult.net/trinitrix/trinitry/commit/d9ceb571d20c031b2043e97fea84d686c53f48d1)) - [@soispha](https://git.nerdcult.net/soispha)
#### Build system
- **(Cargo.toml)** Use correct category slugs - ([70bc600](https://git.nerdcult.net/trinitrix/trinitry/commit/70bc60055f089b6bd02c094abd5212d8438c34b4)) - [@soispha](https://git.nerdcult.net/soispha)
#### Documentation
- **(src)** Improve rendering of quotation marks - ([7dd5da9](https://git.nerdcult.net/trinitrix/trinitry/commit/7dd5da97f60da774407969ff87e31fc6c79814f9)) - [@soispha](https://git.nerdcult.net/soispha)
- - -
2024-05-18 15:00:50 +00:00
## [v0.2.0](https://git.nerdcult.net/trinitrix/trinitry/compare/a088388e198940a8cf753d172d075dadf30ef545..v0.2.0) - 2024-05-18
#### Documentation
- **(src)** Improve the text regarding the allowed chars in an argument - ([a088388](https://git.nerdcult.net/trinitrix/trinitry/commit/a088388e198940a8cf753d172d075dadf30ef545)) - [@soispha](https://git.nerdcult.net/soispha)
#### Features
- **(src)** Actually allow access to the parsed values via getters - ([732037c](https://git.nerdcult.net/trinitrix/trinitry/commit/732037c4a9ce5fa5a4ab32ed60647268ab2778f6)) - [@soispha](https://git.nerdcult.net/soispha)
#### Refactoring
- **(src)** Make the parsing code private to ensure only one entry point - ([227cfe5](https://git.nerdcult.net/trinitrix/trinitry/commit/227cfe5e97a6e5731a60fc9cd9137e36885d8f71)) - [@soispha](https://git.nerdcult.net/soispha)
- - -
2024-05-03 17:27:38 +00:00
## [v0.1.0](https://git.nerdcult.net/trinitrix/trinitry/compare/426d4c3ecb781eefb0dee4c0530ca60877ac31bb..v0.1.0) - 2024-05-03
#### Bug Fixes
- **(Cargo.lock)** Check in, to make the build reproducible - ([4f26a1e](https://git.nerdcult.net/trinitrix/trinitry/commit/4f26a1e8f57e664ca03a93c766b830e981eccc0e)) - [@soispha](https://git.nerdcult.net/soispha)
- **(Cargo.toml)** Add required metadata - ([45dc6b6](https://git.nerdcult.net/trinitrix/trinitry/commit/45dc6b6c44e4a1b005a758930cae4b4fe34397d7)) - [@soispha](https://git.nerdcult.net/soispha)
#### Build system
- **(cog)** Remove `nix flake check` step as nix can't handle pest - ([9c70245](https://git.nerdcult.net/trinitrix/trinitry/commit/9c7024553c38e790cab712526fc10433277d55e0)) - [@soispha](https://git.nerdcult.net/soispha)
- **(treewide)** Update tooling to be ready for the first release - ([4fc61b2](https://git.nerdcult.net/trinitrix/trinitry/commit/4fc61b23989f13ee0262d368336ae23734e57dd3)) - [@soispha](https://git.nerdcult.net/soispha)
#### Miscellaneous Chores
- **(treewide)** Reapply the license header - ([3b5c35c](https://git.nerdcult.net/trinitrix/trinitry/commit/3b5c35c0c4f647904ad0f7af68585ddaebcd1622)) - [@soispha](https://git.nerdcult.net/soispha)
- **(treewide)** Add license headers - ([6b0bb9c](https://git.nerdcult.net/trinitrix/trinitry/commit/6b0bb9c505bdde8e68f55d820268f7062b27a1a6)) - Soispha
- Initial commit - ([426d4c3](https://git.nerdcult.net/trinitrix/trinitry/commit/426d4c3ecb781eefb0dee4c0530ca60877ac31bb)) - Soispha
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).