mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 03:31:41 +00:00
Version 0.3.8
This commit is contained in:
parent
d56a5a6509
commit
61090cbe35
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Dendrite 0.3.8 (2021-01-28)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* A well-known lookup regression in version 0.3.7 has been fixed
|
||||||
|
|
||||||
## Dendrite 0.3.7 (2021-01-26)
|
## Dendrite 0.3.7 (2021-01-26)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -17,7 +17,7 @@ var build string
|
|||||||
const (
|
const (
|
||||||
VersionMajor = 0
|
VersionMajor = 0
|
||||||
VersionMinor = 3
|
VersionMinor = 3
|
||||||
VersionPatch = 7
|
VersionPatch = 8
|
||||||
VersionTag = "" // example: "rc1"
|
VersionTag = "" // example: "rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user