Compare commits

...

2 Commits

Author SHA1 Message Date
mappu c541e8b941 doc/README: add v0.7.0 download links 2024-07-18 18:15:10 +12:00
mappu 877f291a1f makefile: set `dist` as default target 2024-07-18 18:02:37 +12:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
SHELL:=/bin/bash SHELL:=/bin/bash
SOURCES=$(find . -name '*.go' -type f) SOURCES=$(find . -name '*.go' -type f)
.DEFAULT_GOAL := dist
liblcl-2.2.3.zip: liblcl-2.2.3.zip:
rm -f liblcl-2.2.3.zip rm -f liblcl-2.2.3.zip

View File

@ -53,6 +53,10 @@ This project includes trademarked logo images for each supported database type.
- App: Prevent submitting blank queries to database - App: Prevent submitting blank queries to database
- Refactor database interface and error handling - Refactor database interface and error handling
[⬇️ Download for Windows x86_64](https://git.ivysaur.me/code.ivysaur.me/yvbolt/releases/download/v0.7.0/yvbolt.win64.zip)
[⬇️ Download for Linux x86_64](https://git.ivysaur.me/code.ivysaur.me/yvbolt/releases/download/v0.7.0/yvbolt.linux64.tar.xz)
2024-06-30 v0.6.0 2024-06-30 v0.6.0
- Debconf: Add as supported database - Debconf: Add as supported database