Skip to content

Commit

Permalink
Merge pull request #145 from darkspot-org/develop
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
creekorful committed Mar 5, 2021
2 parents 48dd659 + c141fbf commit 7a9aae1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion internal/process/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a9aae1

Please sign in to comment.