Skip to content

Commit

Permalink
Bump version to 1.0.6.9003
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 16, 2023
1 parent 06c5a93 commit 16a3556
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dm
Title: Relational Data Models
Version: 1.0.6.9002
Date: 2023-08-15
Version: 1.0.6.9003
Date: 2023-08-16
Authors@R:
c(person(given = "Tobias",
family = "Schieferdecker",
Expand Down
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# dm 1.0.6.9003

## Bug fixes

- Minor fixes in `dm_pack_tbl()` and `dm_unwrap_tbl()` (#1947).

## Features

- New `json_unnest()` and `json_unpack()`, currently implemented for data frames only (#991, #997).

- `dm_rows_append()` also works for local dm, with support for autoincrement primary keys (#1727, #1745).

- Add `dm_sql()` and friends, still need tests (#1915).

## Chore

- Fix typo, dm_unwrapped_tbl -\> dm_unwrapped.

- New targets, for silent testing.

- Enhance test snapshot from last change.

- Stabilize tests.

- New `ltest` and `.NOTPARALLEL` targets.


# dm 1.0.6.9002

## Features
Expand Down

0 comments on commit 16a3556

Please sign in to comment.