Compare commits

..

No commits in common. "master" and "v0.7.0" have entirely different histories.

2 changed files with 1 additions and 5 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,10 +53,6 @@ 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