Skip to content

Commit

Permalink
chore(spec): bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c100k committed Apr 17, 2024
1 parent 18b87a0 commit e7f9c0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# CHANGELOG

## http-server-go/unreleased
## http-server-go/v0.3.0 (2024-04-17)

* feat(http-server-go)!: remove noop service impl => 💥 BREAKING CHANGE : You need to switch to `fileJson` as default if you explicitly set `noop`
* feat: introduce dashboards
* refactor(http-server-go)!: modularize runnables => 💥 BREAKING CHANGE : You need to adjust the environment variable names if you run the server with custom ones (see `impl/http-server-go/config.go`)

## spec/unreleased
## spec/v0.3.0 (2024-04-17)

* feat: introduce dashboards

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rebootx-on-prem",
"version": "0.2.1",
"version": "0.3.0",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --cache --debug --fix && prettier --write '**/*.json'",
"lint:ci": "eslint . --ext .js,.jsx,.ts,.tsx && prettier '**/*.json'",
Expand Down
2 changes: 1 addition & 1 deletion spec/_generated/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
},
"info": {
"title": "RebootX On-Prem Specification",
"version": "0.2.1",
"version": "0.3.0",
"description": "Find all the details about this specification on the [GitHub repository](https://github.com/c100k/rebootx-on-prem)."
},
"paths": {
Expand Down

0 comments on commit e7f9c0f

Please sign in to comment.