41 lines
2.6 KiB
Markdown
41 lines
2.6 KiB
Markdown
|
<!--
|
||
|
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.
|
||
|
|
||
|
- - -
|
||
|
## [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).
|