Skip to content

Commit

Permalink
Merge pull request #96 from hubverse-org/znk/release/1.5.0
Browse files Browse the repository at this point in the history
Increment version number to 1.5.0
  • Loading branch information
zkamvar authored Jan 22, 2025
2 parents 9018f21 + 4e3ffc5 commit 7d9c203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hubAdmin
Title: Utilities for Administering Hubverse Hubs
Version: 1.4.0.9000
Version: 1.5.0
Authors@R: c(
person("Anna", "Krystalli", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2378-4915")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hubAdmin (development version)
# hubAdmin 1.5.0

* Use options to set `schema_version` and `branch` arguments in `download_tasks_schema()` and the `create_*()` family of functions for creating config files programmatically. This allows for setting the schema version and branch globally for the session (#85).
* Make validation of `round_id` patterns explicit. This ties in with schema version v4.0.1 where the pattern the `round_id` property must match if `round_id_from_variable` is `false` is now specified as a regular expression in the schema. This check is also now implemented dynamically on values of the `round_id` variable if `round_id_from_variable` is `true` when validating tasks.json config files. Checks on `round_id` patterns are also now implemented in `create_round()` when creating rounds programmatically.
Expand Down

0 comments on commit 7d9c203

Please sign in to comment.