Skip to content

Commit 65e9afa

Browse files
committed
Increment version number to 0.4.0
1 parent 943e0b6 commit 65e9afa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: readMDTable
22
Title: Read Markdown Tables into Tibbles
3-
Version: 0.3.3.9000
3+
Version: 0.4.0
44
Authors@R:
55
person("Jordan", "Bradford", , "jrdnbradford@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0009-0000-8570-3474"))

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# readMDTable (development version)
1+
# readMDTable 0.4.0
22

33
* BREAKING CHANGE: `read_md_table` now always returns a named list of tibbles (names `"table_1"`, `"table_2"`, …), or `NULL` if no tables are found. It reads all tables in the content, including mixed-markdown documents. `extract_md_tables` and `extract_md_table` are now deprecated.
44

0 commit comments

Comments
 (0)