Release 1.0.0

pull/145/head
Aloïs Micard 3 years ago
parent 80c34a16e8
commit 8a4515d364

@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.0.0] - 2021-03-05
First stable release.
## [1.0.0-rc2] - 2021-01-13 ## [1.0.0-rc2] - 2021-01-13
### Added ### Added
@ -21,8 +25,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Initial stable release candidate. 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...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-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 type Feature int
const ( const (
version = "1.0.0-rc2" version = "1.0.0"
// EventFeature is the feature to plug the process to the event server // EventFeature is the feature to plug the process to the event server
EventFeature Feature = iota EventFeature Feature = iota

Loading…
Cancel
Save