File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments