Skip to content

Commit

Permalink
set version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Nov 15, 2023
1 parent 3fd6039 commit 03c1d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Rimu"
uuid = "c53c40cc-bd84-11e9-2cf4-a9fde2b9386e"
authors = ["Joachim Brand <[email protected]>"]
version = "0.10.1-dev"
version = "0.10.1"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand Down

2 comments on commit 03c1d93

@joachimbrand
Copy link
Owner 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:

New feature

  • Metadata is added to the report DataFrame by lomc! (including custom user metadata). The metadata is also saved to Arrow files and transported by the load_df and save_df functions.

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

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.10.1 -m "<description of version>" 03c1d9368cdfe1c5f68c67d82abf3503a42e4550
git push origin v0.10.1

Please sign in to comment.