Skip to content

Commit

Permalink
[skip actions] Bump version to 0.5.9.9005
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades authored and github-actions[bot] committed Nov 25, 2024
1 parent 770ec03 commit a9b1af7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9001
rev: v0.4.3.9003
hooks:
# - id: style-files
# args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: formatters
Title: ASCII Formatting for Values and Tables
Version: 0.5.9.9004
Date: 2024-10-28
Version: 0.5.9.9005
Date: 2024-11-25
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = "aut",
comment = "original creator of the package"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## formatters 0.5.9.9004
## formatters 0.5.9.9005
* Fixed a bug in `mf_update_cinfo` causing an error when `export_as_txt` was applied to empty listings.
* Fixed a bug in `mform_handle_newlines` that did not allow printing to console a table that has top left information, new lines in the column names and contained only one row.
* Fixed a bug in `mform_handle_newlines` that did not allow for empty strings to be present in top left information.
Expand Down

0 comments on commit a9b1af7

Please sign in to comment.