Skip to content

Releases: avfs/sqliteidm

v0.7.0

28 Apr 23:50
Compare
Choose a tag to compare

Changelog

  • 81a5873 Add avfs.Utils to implement AdminGroup() and AdminUser()
  • f644bfd Bump github.com/mattn/go-sqlite3 from 1.14.10 to 2.0.3+incompatible
  • 926e913 Bump github.com/mattn/go-sqlite3 from 1.14.9 to 1.14.10
  • c4d5495 Initialize adminGroup and adminUser
  • 19a6089 Move coverage file (cover_test.txt) to project root
  • ce2b48b Update .golangci.yml from avfs
  • b062a9f Update tests
  • 2e7a0a1 Update to avfs v0.30.0 and go-sqlite3 v1.14.12
  • 6155100 ci: Update Github actions versions, go versions

v0.6.0

19 Dec 22:31
Compare
Choose a tag to compare

Changelog

  • 3e46271 Add AdminGroup, AdminUser methods, fix tests
  • b0f3a8c Bump github.com/avfs/avfs from 0.23.0 to 0.24.0
  • bfbdc6a Bump github.com/mattn/go-sqlite3 from 1.14.8 to 1.14.9
  • 3940676 Fix incorrect AdminGroup and AdminUser
  • 22d2965 Update AVFS to v0.25.1
  • 78f091a Update CI: Add Go 1.17, remove macOS
  • 1e415f9 Update dependencies and configuration

v0.5.0

08 Aug 17:35
Compare
Choose a tag to compare

Changelog

31144a8 Bump github.com/mattn/go-sqlite3 from 1.14.7 to 1.14.8
02a8c28 Fix MemFS initialisation
8f5cf4c Simplify query preparation
3044d36 Update .golangci.yml from AVFS
142b642 Update AVFS to v0.23.0
c950f36 Update Codecov.io action to v2

v0.4.0

24 May 01:19
Compare
Choose a tag to compare

Changelog

9e3771e Add dependabot.yml
c754abe Bump github.com/avfs/avfs from 0.15.0 to 0.16.0
1fa82b1 Bump github.com/avfs/avfs from 0.16.0 to 0.17.0
55d59e8 Update Codecov action in CI workflow
cfc71d8 Update Go versions in CI
23ab57b Update avfs to 0.18.1
b81e68b Update go.mod
4b60a3c Update to avfs 0.18.0
75fcdac Use only Go 1.16 in CI

v0.3.0

03 Jan 21:57
Compare
Choose a tag to compare

Changelog

a63fe62 Fix comment for golangci-Lint
e3e1e4d Update to avfs v0.14.0
117f933 Update to avfs v0.15.0 and go-sqlite3 v1.14.6

v0.2.0

21 Nov 14:38
Compare
Choose a tag to compare

Changelog

a55a25c Bump github.com/avfs/avfs from 0.10.0 to 0.11.0
86f01a0 Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.3
c45ea3b Bump github.com/mattn/go-sqlite3 from 1.14.3 to 1.14.4
8c6617a Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.5
231b23d Make sqliteidm.New() use an already opened sql.DB
e4299fe Update go.mod, go.sum

v0.1.0

30 Aug 07:21
Compare
Choose a tag to compare

Changelog

072fabd Add os and go version to codecov coverage
15cd553 Bump github.com/avfs/avfs from 0.6.2 to 0.7.0
f56f414 Bump github.com/avfs/avfs from 0.7.0 to 0.8.0
de67a53 Bump github.com/avfs/avfs from 0.9.0 to 0.10.0
c969926 Bump github.com/mattn/go-sqlite3 from 1.14.0 to 1.14.1
6840cd7 Github action golangci-lint-action does not need the version anymore
bbe71e3 Update Go.Dev badge
8750fca Update go-sqlite3 to 1.14.2
a93676e Update to Go 1.15

v0.0.1

25 Jul 13:20
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Changelog

ea0c831 Close Sqlite statements and database when tests end
f701a28 Initial Commit
e4c21f6 Rename Sqlite to SQLite