mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Increment version, add changelog for 1.12.0
This commit is contained in:
parent
ffbd8f74a5
commit
2ce394c213
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
|
||||
1.12.0
|
||||
|
||||
* Parser: Fix a bug when parsing 'BGP.*community' output spanning multiple lines
|
||||
* Fix the default config path to '/etc/birdwatcher/birdwatcher.conf'
|
||||
|
||||
1.11.5
|
||||
|
||||
This version brings a major redesign of the cache feature. The cache is more
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.11.5
|
||||
1.12.0
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
)
|
||||
|
||||
//go:generate versionize
|
||||
var VERSION = "1.11.5"
|
||||
var VERSION = "1.12.0"
|
||||
|
||||
func isModuleEnabled(module string, modulesEnabled []string) bool {
|
||||
for _, enabled := range modulesEnabled {
|
||||
|
|
Loading…
Add table
Reference in a new issue