Skip to content

Commit

Permalink
Release v0.11.0 (#51)
Browse files Browse the repository at this point in the history
ENHANCEMENTS:

* Add /jobs/:namespace to list jobs in the namespace [[GH-47](#47)]
* docker:(deps): bump cypress/included from 13.7.3 to 13.8.1 [[GH-46](#46)]
* docker:(deps): bump node [[GH-49](#49)]
* gha:(deps): bump actions/checkout from 4.1.2 to 4.1.4  [[GH-45](#45)]
  • Loading branch information
danroux authored May 2, 2024
1 parent dd8ed0e commit f861d90
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
## v0.11.0 (May 02, 2024)

ENHANCEMENTS:

* Add /jobs/:namespace to list jobs in the namespace [[GH-47](https://github.com/danroux/sk8l-ui/issues/47)]
* ci/dependabot: docker deps:(deps): bump cypress/included from 13.7.3 to 13.8.1

docker deps:(deps): bump cypress/included from 13.7.3 to 13.8.1

Bumps cypress/included from 13.7.3 to 13.8.1.

---
updated-dependencies:
- dependency-name: cypress/included
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]> [[GH-46](https://github.com/danroux/sk8l-ui/issues/46)]
* ci/dependabot: docker deps:(deps): bump node from 21.7.3-bookworm-slim to 22.0.0-bookworm-slim

docker deps:(deps): bump node

Bumps node from 21.7.3-bookworm-slim to 22.0.0-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]> [[GH-49](https://github.com/danroux/sk8l-ui/issues/49)]
* ci/dependabot: gha deps:(deps): bump actions/checkout from 4.1.2 to 4.1.4

gha deps:(deps): bump actions/checkout from 4.1.2 to 4.1.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...0ad4b8fadaa221de15dcec353f45205ec38ea70b)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]> [[GH-45](https://github.com/danroux/sk8l-ui/issues/45)]

## v0.10.0 (April 24, 2024)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ help: ## This help.

# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 10
VERSION_MINOR ?= 11
VERSION_PATCH ?= 0

WITHOUT ?= $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
Expand Down

0 comments on commit f861d90

Please sign in to comment.