Skip to content

Commit

Permalink
Increment version number to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed May 31, 2024
1 parent e7aa5b5 commit ae699d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rlang
Version: 1.1.3.9000
Version: 1.1.4
Title: Functions for Base Types and Core R and 'Tidyverse' Features
Description: A toolbox for working with base types, core R features
like the condition system, and core 'Tidyverse' features like tidy
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rlang (development version)
# rlang 1.1.4

* Added missing C level `r_dyn_raw_push_back()` and `r_dyn_chr_push_back()`
utilities (#1699).
Expand Down
1 change: 1 addition & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes the r-devel error. I will need more time to look into the private API notes.
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

const char* rlang_version = "1.1.3.9000";
const char* rlang_version = "1.1.4";

/**
* This file records the expected package version in the shared
Expand Down

0 comments on commit ae699d1

Please sign in to comment.