Skip to content

Commit

Permalink
feat: micromamba version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorq committed Oct 20, 2024
1 parent f2fe626 commit b9042c8
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 23 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Package: condathis
Title: Run Any CLI Tool on a Conda Environment
Version: 0.0.6
Version: 0.0.6.9002
Authors@R: c(
person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com", role = c("aut", "cre", "cph"),
person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6090-1834"))
)
Description: Simplifies the execution of command line tools within isolated and
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023
YEAR: 2024
COPYRIGHT HOLDER: condathis authors
12 changes: 10 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# condathis 0.0.7

## Breaking changes

## New features

## Minor improvements and fixes

* Internal `micromamba` version bump to "2.0.2-1".

# condathis 0.0.6

## Breaking changes
Expand All @@ -11,8 +21,6 @@
## Minor improvements and fixes

* Remove dependency on `dockerthis`.
For additional support to container based back-ends follow development at
[dockerthis](https://github.com/luciorq/dockerthis) and [runthis](https://github.com/luciorq/runthis) GitHub repositories.

* Fix error in `run()` when `verbose` argument was not supplied.

Expand Down
2 changes: 1 addition & 1 deletion R/install_micromamba.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#' }
#'
#' @export
install_micromamba <- function(micromamba_version = "2.0.2-0",
install_micromamba <- function(micromamba_version = "2.0.2-1",
timeout_limit = 3600,
download_method = "auto",
force = FALSE) {
Expand Down
11 changes: 9 additions & 2 deletions man/get_condathis_path.Rd

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

21 changes: 19 additions & 2 deletions man/get_install_dir.Rd

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

45 changes: 33 additions & 12 deletions man/install_micromamba.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/native_cmd.Rd

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

0 comments on commit b9042c8

Please sign in to comment.