chore(release): v2.0.1

This commit is contained in:
2026-02-07 18:40:10 +01:00
parent 0b2d0bdf03
commit 502d749df6
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
<!-- By "very relevant" I mean big features or something manual packagers should know, like leftover files --> <!-- By "very relevant" I mean big features or something manual packagers should know, like leftover files -->
<!-- Once a release would be opened, group the last bunch of dangling changes, add release version as header and its date --> <!-- Once a release would be opened, group the last bunch of dangling changes, add release version as header and its date -->
# 2.0.1
- source and header files can be nested in `src/` and `include/`
- lidm now calls bash for logging in and sourcing profile files, other shells can be configured - lidm now calls bash for logging in and sourcing profile files, other shells can be configured
- a good PATH default is fetched from `confstr` - a good PATH default is fetched from `confstr`
- debug logs are now unbuffered - debug logs are now unbuffered

View File

@@ -1,4 +1,4 @@
VERSION := 2.0.0 VERSION := 2.0.1
.DEFAULT_GOAL := lidm .DEFAULT_GOAL := lidm
CDIR = src CDIR = src