Skip to content

Commit

Permalink
Merge pull request #278 from Perfexionists/release-0.23.8
Browse files Browse the repository at this point in the history
Release version 0.23.8
  • Loading branch information
JiriPavela authored Jan 5, 2025
2 parents 0ceab47 + aa9db6c commit 0bb2fe4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.23.8 (2025-01-05)
-------------------

- Fix a bug in the logging module capitalizing log messages
- Fix showdiff not deleting a temporary palette.map file
- Perun import now allows to specify the name of the resulting profile
- It is now possible to specify the sort order for perun status
- Perun status now by default sorts profiles in ascending order w.r.t. the time
- Perun import now allows to specify a user-defined string label to associate with the profile
- New tag %label% may now be used when specifying formats in config


0.23.7 (2024-11-04)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'perun',
'c',
version: '0.23.7',
version: '0.23.8',
license: 'GPL-3',
meson_version: '>=1.0.0',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
# String / text utilities
"Faker>=26.0.0",
"ruamel.yaml>=0.18.6",
"Jinja2>=3.1.4",
"Jinja2>=3.1.5",

# File analysis
"python-magic>=0.4.27",
Expand Down

0 comments on commit 0bb2fe4

Please sign in to comment.