Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Sep 23, 2024
1 parent cfc5501 commit 559335d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed


## v0.3.0 - 2024-09-23

### Added

* Command `create-group` (@otulach, @vhotspur)
* Unit tests for `remove-member` (@otulach)

### Changed

* Tests using `mock_gitlab` fixture must handle all API calls (@vhotspur)

### Deprecated

### Removed


## v0.2.1 - 2024-08-01

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "teachers-gitlab"
version = "0.2.1"
version = "0.3.0"
authors = [
{name = "Vojtech Horky", email = "horky@d3s.mff.cuni.cz"},
]
Expand Down

0 comments on commit 559335d

Please sign in to comment.