Skip to content

Commit

Permalink
v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaie committed Nov 19, 2024
1 parent fdec021 commit 66759d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# NEWS

## v0.17.2

- Fixed `rem_vertex` (#114)
- The default destination path of the compiled package is now `/usr/local/moleculargraphjl`
- The behavior of stereocenters with an unnecessarily high number of wedges has been clarified.
- Fixed serialization of molecules with invalid stereochemistry.

## v0.17.1

- The library builder (built with PackageCompiler) is now Julia v1.11 compatible
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 = "MolecularGraph"
uuid = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
authors = ["Seiji Matsuoka <[email protected]"]
version = "0.17.1"
version = "0.17.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

2 comments on commit 66759d4

@mojaie
Copy link
Owner Author

@mojaie mojaie commented on 66759d4 Nov 19, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Fixed rem_vertex (Fix + test to rem_vertex #114)
  • The default destination path of the compiled package is now /usr/local/moleculargraphjl
  • The behavior of stereocenters with an unnecessarily high number of wedges has been clarified.
  • Fixed serialization of molecules with invalid stereochemistry.

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

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.17.2 -m "<description of version>" 66759d4c2959c6246a2107a2c65e552ec39c5bb8
git push origin v0.17.2

Please sign in to comment.