Skip to content

Commit

Permalink
Bumps the version to 0.4.4 and updates the NEWS file.
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Jacobs <[email protected]>
  • Loading branch information
atheriel committed Oct 12, 2024
1 parent 4074cfe commit 348f4a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: log4r
Title: A Fast and Lightweight Logging System for R, Based on 'log4j'
Version: 0.4.3
Version: 0.4.4
Authors@R: c(
person("John Myles", "White", role = c("aut", "cph")),
person("Kenton", "White", role = "ctb"),
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# log4r 0.4.4

* Fixes failing unit tests for the HTTP appender.

* JSON logs now have newlines, as intended (#30, @brooklynbagel).

* Updates the R CMD check GitHub Action to a modern version (#27, @hadley).

* Updates the project to `testthat` 3e (#26, @hadley).

* Updates `roxygen2` documentation to use Markdown syntax (#25, @hadley).

# log4r 0.4.3

* Fixes a potential memory corruption issue identified by rchk. Thanks to Tomas
Expand Down

0 comments on commit 348f4a9

Please sign in to comment.