Skip to content

Commit

Permalink
Update workspace CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Oct 4, 2024
1 parent e34b030 commit ec59dac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]

### Added

* `workspace.list`: support filtering by root paths through the `--path` flag.
* `workspace.run`: support filtering by root paths through the `--path` flag.

### Fixed

* Escape base and head references in git commands.

## [v0.1.2](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.1.2) (2024-09-30)

### Added

* `workspace.list`: support filtering by dependents through the `--dependent` flag. You
can now list all projects that are direct dependencies of a given project:

Expand Down

0 comments on commit ec59dac

Please sign in to comment.