1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# go-dqlite v2
This branch (`v2`) is used to develop major version 2 of go-dqlite, which is an
LTS release series. You can depend on it with
```
$ go get github.com/canonical/go-dqlite/v2
```
This release series will only include fixes for security issues and other major
bugs, not new features. Mainline development happens on [`v3`][v3]. For more
information about go-dqlite, see the [v3 README][v3-readme].
[v3]: https://github.com/canonical/go-dqlite/tree/v3
[v3-readme]: https://github.com/canonical/go-dqlite/blob/v3/README.md
|