From 8a4515d364b23be340dc3e0dc6027ea7d073ccca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Fri, 5 Mar 2021 11:44:34 +0100 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 10 ++++++++-- internal/process/process.go | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81cdfe..6e7e9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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...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 \ No newline at end of file +[1.0.0-rc1]: https://github.com/darkspot-org/bathyscaphe/releases/tag/v1.0.0-rc1 diff --git a/internal/process/process.go b/internal/process/process.go index d40d8bb..75fd8ab 100644 --- a/internal/process/process.go +++ b/internal/process/process.go @@ -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