Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
* add a basic in-memory search index for employees
* fix pagination for absence and attencence lists
  • Loading branch information
klamann committed Apr 9, 2021
1 parent ba5b628 commit a4c8a5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/at-gmbh/personio-py/compare/v0.2.0...HEAD)
## [Unreleased](https://github.com/at-gmbh/personio-py/compare/v0.2.1...HEAD)

* ...

## [0.2.1](https://github.com/at-gmbh/personio-py/tree/v0.2.1) - 2021-04-09

* add a basic in-memory search index for employees ([#19](https://github.com/at-gmbh/personio-py/pull/19))
* fix pagination for absence and attencence lists ([#20](https://github.com/at-gmbh/personio-py/pull/20))
Expand Down
2 changes: 1 addition & 1 deletion src/personio_py/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit a4c8a5b

Please sign in to comment.