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 Feb 22, 2024
1 parent 9cf172c commit b2a9566
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.8] - 2024-02-22

### Added

* `svd`, `force_layout` and `pma` now supports `seed` kwarg. To use it, `StableRNGs` must be loaded.

## [0.3.7] - 2023-12-19

### Fixed
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 <[email protected]>"]
version = "0.3.7"
version = "0.3.8"

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

2 comments on commit b2a9566

@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:

svd, force_layout and pma now supports seed kwarg. To use it, StableRNGs must be loaded.

@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/101411

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.8 -m "<description of version>" b2a95668f010e8dbd28fb74fa8b0f085642fb3b0
git push origin v0.3.8

Please sign in to comment.