This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
keymaps/NEWS.md

46 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2024-05-03 17:18:27 +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 Keymaps crate for Trinitrix.
Keymaps 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-03 19:04:45 +00:00
## [v0.1.1](https://codeberg.org/trinitrix/keymaps/compare/3957747ce4c7c19b2dafe5796577ec9aa99dbade..v0.1.1) - 2024-05-03
#### Bug Fixes
- **(Cargo.toml)** Add correct categories - ([8039241](https://codeberg.org/trinitrix/keymaps/commit/80392410f56188665c533555e8fa4fc074c2b1c8)) - [@soispha](https://codeberg.org/soispha)
- **(Cargo.toml)** Add required metadata - ([3957747](https://codeberg.org/trinitrix/keymaps/commit/3957747ce4c7c19b2dafe5796577ec9aa99dbade)) - [@soispha](https://codeberg.org/soispha)
- **(scr/error.rs)** Don't require a displayable value - ([9d2ae6d](https://codeberg.org/trinitrix/keymaps/commit/9d2ae6d928ecccaf15b7e4a3c98f9a68ad6b4f46)) - [@soispha](https://codeberg.org/soispha)
- - -
2024-05-03 17:18:27 +00:00
## [v0.1.0](https://codeberg.org/trinitrix/keymaps/compare/2f9942640a84a4aa8d34c16b839f0749893dc1d0..v0.1.0) - 2024-05-03
#### Build system
- **(Cargo.lock)** Check in to avoid not reproducible builds - ([de9562b](https://codeberg.org/trinitrix/keymaps/commit/de9562b6754003ad67acb90023859037f8efd22a)) - [@soispha](https://codeberg.org/soispha)
- **(cog)** Remove the `nix flake check` step, as nix can't build this project - ([05b447e](https://codeberg.org/trinitrix/keymaps/commit/05b447e6a5915fa430ee5083f3f78bcd0605e6e1)) - [@soispha](https://codeberg.org/soispha)
- **(treewide)** Update to newest build tooling - ([7d0a36b](https://codeberg.org/trinitrix/keymaps/commit/7d0a36bc08583e7d91b21b2b317803c963df96e6)) - [@soispha](https://codeberg.org/soispha)
#### Miscellaneous Chores
- **(treewide)** Add license headers - ([d28f668](https://codeberg.org/trinitrix/keymaps/commit/d28f6684f75e4d7c345e2810e7cfcca5318d436e)) - Soispha
- Initial commit - ([2f99426](https://codeberg.org/trinitrix/keymaps/commit/2f9942640a84a4aa8d34c16b839f0749893dc1d0)) - Soispha
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).