Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Aug 1, 2024
1 parent 4b2bf9b commit 32614d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Documentation about writing unit tests (@vhotspur)
* Basic CI with GitHub Actions (@vhotspur)
* Unit tests for `create-tag`, `protect-tag`, `project-settings`) (@otulach)

### Changed

### Deprecated

### Removed


## v0.2.1 - 2024-08-01

### Added

* Documentation about writing unit tests (@vhotspur)
* Basic CI with GitHub Actions (@vhotspur)
* Unit tests for `create-tag`, `protect-tag`, `project-settings`) (@otulach)


## v0.2.0 - 2024-06-27

First release on PyPI.
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.0"
version = "0.2.1"
authors = [
{name = "Vojtech Horky", email = "horky@d3s.mff.cuni.cz"},
]
Expand Down

0 comments on commit 32614d8

Please sign in to comment.