Skip to content

Commit

Permalink
Prepare for v1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kzscisoft committed Aug 21, 2024
1 parent 7ea8bc0 commit ed0ee36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2023-08-21 [v1.0.2](https://github.com/ukaea/Multiparser/releases/tag/v1.0.2)

* Added support for parser keyword arguments in file parsers.
* Added additional custom parser checking.
* Added support for both positional and keyword argument propagation allowing parsers to be created from class methods.

# 2023-03-26 [v1.0.1](https://github.com/ukaea/Multiparser/releases/tag/v1.0.1)

* Fixed broken tail parsers due to incorrect handling of outputs.
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ keywords:
license: MIT
repository-code: "https://github.com/ukaea/multiparser"
url: "https://ukaea.github.io/multiparser/"
commit: 0aa4b07de09b04148993537ebe6b2cdec8f52daa
version: 1.0.1
date-released: '2024-03-26'
commit: 7ea8bc07c49d75b3e63d162139b1533820c149b3
version: 1.0.2
date-released: '2024-08-21'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ukaea-multiparser"
version = "1.0.1"
version = "1.0.2"
description = "Multiple File Parser for monitoring and processing updates to a given set of output files."
authors = ["Kristian Zarębski <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit ed0ee36

Please sign in to comment.