Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.23.8 #278

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading