diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-13 06:45:44 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-13 06:45:44 +0200 |
commit | 7ea10db20a83eedffd69a8c8824e14992ada3e10 (patch) | |
tree | e3f64350745dc0dc737fd121715ee84f2534108d /NEWS.md | |
parent | docs(todo): Init (diff) | |
download | lpm-7ea10db20a83eedffd69a8c8824e14992ada3e10.tar.gz lpm-7ea10db20a83eedffd69a8c8824e14992ada3e10.zip |
chore(version): v1.1.0 v1.1.0
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md index 8f73ca9..b89d651 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v1.1.0](https://codeberg.org/soispha/lpm/compare/67f3079cd49deb116ba215244e7a1a1575a71ede..v1.1.0) - 2024-06-13 +#### Bug Fixes +- **(new::section)** Generate a precise date - ([d148d3f](https://codeberg.org/soispha/lpm/commit/d148d3fdc076a9c41229e6e216a2a045e227cc08)) - [@bpeetz](https://codeberg.org/bpeetz) +- **(new::section)** Avoid overriding already existing section file - ([b80182a](https://codeberg.org/soispha/lpm/commit/b80182a348578fbe54cb8cd255b5087d75a44a7c)) - [@bpeetz](https://codeberg.org/bpeetz) +#### Build system +- **(.envrc)** Add the correct cargo build output locations to PATH - ([237dfef](https://codeberg.org/soispha/lpm/commit/237dfef46978b8941ffa25c1be8015c69e9780f5)) - [@bpeetz](https://codeberg.org/bpeetz) +- **(cog.toml)** Specify the remote url correctly - ([67f3079](https://codeberg.org/soispha/lpm/commit/67f3079cd49deb116ba215244e7a1a1575a71ede)) - [@bpeetz](https://codeberg.org/bpeetz) +- **(treewide)** Update - ([b2ae514](https://codeberg.org/soispha/lpm/commit/b2ae514fe3b2a55855edbbe680dc680db0c16a7b)) - [@bpeetz](https://codeberg.org/bpeetz) +- **(update.sh)** First upgrade then update - ([a745154](https://codeberg.org/soispha/lpm/commit/a7451549311d2b697065439e3d361049f92c1f35)) - [@bpeetz](https://codeberg.org/bpeetz) +#### Documentation +- **(todo)** Init - ([e7140a2](https://codeberg.org/soispha/lpm/commit/e7140a2cfa09214530ab80dab1d27abbd5b3fd8f)) - [@bpeetz](https://codeberg.org/bpeetz) +#### Features +- **(cli)** Switch to stderrlog, configured by cli options - ([3e80cef](https://codeberg.org/soispha/lpm/commit/3e80cef8b2575f871aeea01917edcfb25356c290)) - [@bpeetz](https://codeberg.org/bpeetz) +- **(config_file)** Allow specifying the name of the `main.tex` file - ([dbc8521](https://codeberg.org/soispha/lpm/commit/dbc85218f6da32123a290639a784162fa4169f4a)) - [@bpeetz](https://codeberg.org/bpeetz) +- **(new)** Ensure that file names are ASCII only - ([07c2924](https://codeberg.org/soispha/lpm/commit/07c2924e7abc9641df6f6bc6181c912b70904972)) - [@bpeetz](https://codeberg.org/bpeetz) + +- - - + ## [v1.0.0](https://https://codeberg.org/soispha/lpm/compare/e94e4304e9bfd64bdf934827ffdf0409c44d991c..v1.0.0) - 2024-03-31 #### Build system - **(cog.toml)** Remove unneeded heading (that broke parsing) - ([0a491a7](https://https://codeberg.org/soispha/lpm/commit/0a491a7a319b3fc63e6707504adc563db1e292b0)) - [@bpeetz](https://https://codeberg.org/bpeetz) |