Skip to content

Commit 8b530a9

Browse files
committed
Bump version
1 parent f24d9f6 commit 8b530a9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- {os: windows-latest, r: 'release'}
2323
- {os: windows-latest, r: '4.3'}
2424
- {os: windows-latest, r: '4.2'}
25-
- {os: ubuntu-26.04, r: 'devel', http-user-agent: 'release'}
25+
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2626
- {os: ubuntu-latest, r: 'release'}
2727
- {os: ubuntu-latest, r: 'oldrel-1'}
2828

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: gert
33
Title: Simple Git Client for R
4-
Version: 2.3.1.9000
4+
Version: 2.4.0
55
Authors@R: c(
66
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
77
comment = c(ORCID = "0000-0002-4035-0289")),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# gert (development version)
1+
# 2.4.0
22

3+
- Linux: default to system libgit2 on Ubuntu 24 and up.
34
- Add `git_config_global_unset()` and `git_config_unset()` (@iofarm, #273)
45
- Add `git_restore()` function (#259)
56
- Add `git_config_get()`, `git_config_local_get()`, and `git_config_global_get()` to retrieve a single named config option, returning `NULL` if unset (#267).

0 commit comments

Comments
 (0)