Skip to content

Commit

Permalink
Patch bump, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmushenningsson committed Dec 19, 2023
1 parent e924167 commit d645768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.7] - 2023-12-19

### Fixed

* `load_counts` - You can now pass a single filename to load a single file (previously arrays were required, but the error message was confusing).

## [0.3.6] - 2023-12-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SingleCellProjections"
uuid = "03d38035-ed2f-4a36-82eb-797f1727ab2e"
authors = ["Rasmus Henningsson <rasmus.henningsson@med.lu.se>"]
version = "0.3.6"
version = "0.3.7"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down

2 comments on commit d645768

@rasmushenningsson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

load_counts - You can now pass a single filename to load a single file (previously arrays were required, but the error message was confusing).

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/97411

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.7 -m "<description of version>" d645768ff953b6d44df3a1dbc93184bd1131f13b
git push origin v0.3.7

Please sign in to comment.