Skip to content

Commit

Permalink
🚸 Prepare for release 0.3.1 (#133)
Browse files Browse the repository at this point in the history
* fix docs

* update version number and changelog

* update docs
  • Loading branch information
rcannood authored Jan 8, 2025
1 parent e8c801c commit 5634127
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# laminr v0.3.1

This release improves the UX for setting up the Python environment and adds functions to allow access to CLI functionality from R.

## NEW FUNCTIONALITY

- Add a `install_lamindb()` function to help with setting up the default Python environment
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: laminr
Title: Client for 'LaminDB'
Version: 0.3.0.9000
Version: 0.3.1
Authors@R: c(
person("Robrecht", "Cannoodt", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X")),
Expand Down
2 changes: 1 addition & 1 deletion R/connect.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ connect <- function(slug = NULL) {
#' Set the default LaminDB instance by calling `lamin connect` on the command
#' line
#'
#' @param slug Slug giving the instance to connect to ("<owner>/<name>")
#' @param slug Slug giving the instance to connect to (`<owner>/<name>`)
#'
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion man/install_lamindb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/lamin_connect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5634127

Please sign in to comment.