Skip to content

Commit 4b5e558

Browse files
authored
chore(main): release v0.2.0 (#48)
1 parent f542f67 commit 4b5e558

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.2.0](https://github.com/hetznercloud/nomad-dev-env/releases/tag/v0.2.0)
4+
5+
### Features
6+
7+
- dependency update (#46)
8+
39
## [v0.1.0](https://github.com/hetznercloud/nomad-dev-env/releases/tag/v0.1.0)
410

511
We are happy to announce the first release of our nomad development environment. We will use this tool to improve our testing capability in other products, like the csi-driver.

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev" {
2-
source = "github.com/hetznercloud/nomad-dev-env?ref=v0.1.0" # x-releaser-pleaser-version
2+
source = "github.com/hetznercloud/nomad-dev-env?ref=v0.2.0" # x-releaser-pleaser-version
33

44
hcloud_token = var.hcloud_token
55
}

0 commit comments

Comments
 (0)