Merge pull request #145 from darkspot-org/develop

Release 1.0.0
main v1.0.0
Aloïs Micard 3 years ago committed by GitHub
commit 7a9aae143a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.0] - 2021-03-05
First stable release.
## [1.0.0-rc2] - 2021-01-13
### Added
@ -21,8 +25,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Initial stable release candidate.
[Unreleased]: https://github.com/darkspot-org/bathyscaphe/compare/v1.0.0-rc2...HEAD
[Unreleased]: https://github.com/darkspot-org/bathyscaphe/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0-rc2...v1.0.0
[1.0.0-rc2]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0-rc1...v1.0.0-rc2
[1.0.0-rc1]: https://github.com/darkspot-org/bathyscaphe/releases/tag/v1.0.0-rc1
[1.0.0-rc1]: https://github.com/darkspot-org/bathyscaphe/releases/tag/v1.0.0-rc1

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

Loading…
Cancel
Save