Skip to content

Commit

Permalink
chore: release v0.10.3 (#1858)
Browse files Browse the repository at this point in the history
Note: the `CHANGELOG` was adjusted because of an incorrect automatic
merging.
  • Loading branch information
i4ki authored Sep 10, 2024
2 parents 46a7294 + 4e09164 commit 8587b9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Backward compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased.
- Backward compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased.

## Unreleased

## v0.10.2

### Fixed

- Fix `outputs-sharing` failure cases not synchronizing to Terramate Cloud.
## v0.10.3

### Changed

Expand All @@ -42,6 +36,12 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Add experimental support for `tm_tomlencode` and `tm_tomldecode`.
- Can be enabled with `terramate.config.experiments = ["toml-functions"]`.

## v0.10.2

### Fixed

- Fix `outputs-sharing` failure cases not synchronizing to Terramate Cloud.

## v0.10.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3-dev
0.10.3

0 comments on commit 8587b9f

Please sign in to comment.