Skip to content

Commit

Permalink
Merge pull request #111 from MarcBerliner/mdb/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
MarcBerliner authored Nov 30, 2024
2 parents 91f6389 + aa6e020 commit b4767f1
Show file tree
Hide file tree
Showing 15 changed files with 155 additions and 1,113 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.jl.cov
*.jl.mem
**/.DS_Store
*.toml
/.vscode
Loading

2 comments on commit b4767f1

@MarcBerliner
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()

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v1.0.5 -m "<description of version>" b4767f1e4a3ea22f42a3bd595f22164d888afd8e
git push origin v1.0.5

Please sign in to comment.