Skip to content

Commit e04c741

Browse files
committed
v1.17.1
1 parent 730fe9f commit e04c741

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# NEWS
22

3+
## v0.17.1
4+
5+
- The library builder (built with PackageCompiler) is now Julia v1.11 compatible
6+
- Fixed inappropriate size of atom indices and highlights when exporting very large PNG structure images.
7+
38
## v0.17
49

510
- valence and aromaticity

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MolecularGraph"
22
uuid = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
33
authors = ["Seiji Matsuoka <[email protected]"]
4-
version = "0.17.0"
4+
version = "0.17.1"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -21,7 +21,7 @@ coordgenlibs_jll = "f6050b86-aaaf-512f-8549-0afff1b4d57f"
2121
libinchi_jll = "172afb32-8f1c-513b-968f-184fcd77af72"
2222

2323
[compat]
24-
Base64 = "1.11.0"
24+
Base64 = "1"
2525
Cairo = "1"
2626
Colors = "0.12"
2727
DelimitedFiles = "1"

0 commit comments

Comments
 (0)