Skip to content

Commit

Permalink
chore(release): prepare for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed May 7, 2024
1 parent 77f0e5b commit f8747b4
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 197 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

### Documentation

- Fix typo
- Some docstring updates

### Fixed

- Guard index not out of bounds [Issue 6](https://github.com/spraakbanken/parallel-corpus-py/issues/6)

### Removed

- Remove latest in scheduled workflow

## [0.1.0] - 2024-05-06

### Added
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ tests/requirements-testing.lock: pyproject.toml pdm.lock
.PHONY: update-changelog
update-changelog: CHANGELOG.md

.PHONY: CHANGELOG.md
CHANGELOG.md:
git cliff --unreleased --prepend $@

Expand Down
Loading

0 comments on commit f8747b4

Please sign in to comment.