chore(fix): update version

This commit is contained in:
Than Harrison 2024-07-26 21:26:59 -04:00
parent 8da97cfed9
commit de49720f7b
No known key found for this signature in database
11 changed files with 127 additions and 144 deletions

View File

@ -1,11 +0,0 @@
[tool.commitizen]
bump_message = "release $current_version → $new_version []"
annotated_tag = true
update_changelog_on_bump = true
changelog_incremental = true
changelog_start_rev = "v0.4.7"
gpg_sign = true
allow_abort = true
version_files = [
"_layouts/default.html:Version"
]

View File

@ -891,7 +891,12 @@ v0.2.x Added Qubes OS information and various fixes
v0.1.x Initial Release (missing Qubes OS details and MacOS support)
## Unreleased
## 2.0.1 (2024-07-26)
### Refactor
- **style**: fixup style
- **style**: fixup commit
## v1.1.9 (2023-08-23)

View File

@ -27,6 +27,7 @@ PANDOC_OPTIONS=--smart --standalone
SOURCE_DOCS := $(wildcard *.md)
# converts: e.g., verify.md -> verify.html
EXPORTED_DOCS=\
$(SOURCE_DOCS:.md=.html) \
$(SOURCE_DOCS:.md=.pdf) \
@ -65,7 +66,7 @@ clean:
sigs:
mkdir -p export
./make.sh
./sigs.sh
# target: documentation

View File

@ -1,12 +0,0 @@
#!/bin/bash
rm *.pdf &> /dev/null
rm *.html &> /dev/null
rm *.odt &> /dev/null
rm *.minisig &> /dev/null
rm *.asc &> /dev/null
rm sha256sum.txt &> /dev/null
rm b2sum.txt &> /dev/null
rm -r export/{.,}* &> /dev/null
true

0
make.sh → sigs.sh Executable file → Normal file
View File