Skip to content

Commit 9329713

Browse files
committed
Release workspace 0.2.2
1 parent e463893 commit 9329713

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workspace/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [v0.2.2](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.2) (2025-07-10)
88

99
### Added
1010

@@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1616

1717
* `workspace.test.coverage`: allow filtering by package path.
1818

19-
## [v0.2.1](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.0) (2025-03-14)
19+
## [v0.2.1](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.1) (2025-03-14)
2020

2121
* Allow having multiple workspaces under the same git repo.
2222

workspace/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Workspace.MixProject do
22
use Mix.Project
33

44
@app :workspace
5-
@version "0.2.1"
5+
@version "0.2.2"
66
@repo_url "https://github.com/sportradar/elixir-workspace"
77

88
def project do

0 commit comments

Comments
 (0)