Release 1.0.0-rc1

pull/140/head
Aloïs Micard 3 years ago
parent a8c6234647
commit 61bbc6d4be
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

@ -7,10 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0-rc1] - 2021-01-12
## [1.0.0-rc1] - 2021-01-12
Initial stable release candidate.
[unreleased]: https://github.com/creekorful/bathyscaphe/compare/v1.1.0-rc1...HEAD
[unreleased]: https://github.com/creekorful/bathyscaphe/compare/v1.0.0-rc1...HEAD
[v1.1.0-rc1]: https://github.com/creekorful/bathyscaphe/releases/tag/v1.1.0-rc1
[v1.0.0-rc1]: https://github.com/creekorful/bathyscaphe/releases/tag/v1.0.0-rc1

@ -27,7 +27,7 @@ import (
type Feature int
const (
version = "0.11.0"
version = "1.0.0-rc1"
// EventFeature is the feature to plug the process to the event server
EventFeature Feature = iota

Loading…
Cancel
Save