Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Nov 20, 2022
1 parent 16601b1 commit a2197b4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_on_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
permissions:
contents: read
steps:
- uses: inbo/actions/check_pkg@token
5 changes: 4 additions & 1 deletion .github/workflows/check_on_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
runs-on: ubuntu-latest
name: "check package"
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
permissions:
contents: write
pages: write
steps:
- uses: inbo/actions/check_pkg@token
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "qrcode: Generate QRcodes with R",
"version": "0.2",
"version": "0.2.0",
"license": "GPL-3.0",
"upload_type": "software",
"description": "<p>Create QRcode in R.<\/p>",
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ identifiers:
value: 10.5281/zenodo.5040088
- type: url
value: https://thierryo.github.io/qrcode/
version: '0.2'
version: 0.2.0
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: qrcode
Title: Generate QRcodes with R
Version: 0.1.5
Version: 0.2.0
Authors@R: c(
person("Thierry", "Onkelinx", , "[email protected]", role = c("aut", "cre"),
comment = c("Author of the reimplemented functions", ORCID = "0000-0001-8804-4216")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# qrcode 0.1.5
# qrcode 0.2.0

* Defunct legacy functions.
* Generate QR codes for calender events with `qr_event()`.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ remotes::install_github("ThierryO/qrcode")
The legacy function `qrcode_gen()` had several known bugs.
Because of these bugs, we re-implemented the code from scratch in version 0.1.4.
We created new functions.
The old functions are defunct since version 0.1.5.
The old functions are defunct since version 0.2.0.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ remotes::install_github("ThierryO/qrcode")

The legacy function `qrcode_gen()` had several known bugs. Because of
these bugs, we re-implemented the code from scratch in version 0.1.4. We
created new functions. The old functions are defunct since version 0.1.5.
created new functions. The old functions are defunct since version
0.2.0.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ citHeader("To cite `qrcode` in publications please use:")
# begin checklist entry
citEntry(
entry = "Manual",
title = "qrcode: Generate QRcodes with R. Version 0.2",
title = "qrcode: Generate QRcodes with R. Version 0.2.0",
author = c( author = c(person(given = "Thierry", family = "Onkelinx"), person(given = "Victor", family = "Teh"))),
year = 2022,
url = "https://thierryo.github.io/qrcode/",
abstract = "Create QRcode in R.",
textVersion = "Onkelinx, Thierry; Teh, Victor (2022) qrcode: Generate QRcodes with R. Version 0.2. https://thierryo.github.io/qrcode/",
textVersion = "Onkelinx, Thierry; Teh, Victor (2022) qrcode: Generate QRcodes with R. Version 0.2.0. https://thierryo.github.io/qrcode/",
keywords = "two-dimensional barcode; matrix barcode",
doi = "10.5281/zenodo.5040088",
)
Expand Down

0 comments on commit a2197b4

Please sign in to comment.