diff --git a/CHANGELOG.md b/CHANGELOG.md index 184dd09eb..bfbfd39a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Javis.jl - Changelog -## Unreleased (v0.6) -- Added the layers feature +## v0.6.0 (3rd of August 2021) +- Added layers see `@JLayer` ## v0.5.3 (26th of July 2021) - Allow all kinds of iterable ways in the `act!` function such that `act!(::Matrix, ::Action)` also works diff --git a/Project.toml b/Project.toml index e458ee11d..8f0367e44 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Javis" uuid = "78b212ba-a7f9-42d4-b726-60726080707e" authors = ["Ole Kröger ", "Jacob Zelko "] -version = "0.5.3" +version = "0.6.0" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340" diff --git a/README.md b/README.md index 2b225d3da..67c433df5 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ We want to thank a couple of people who helped make this possible. ### Contributors +- [@Sov-trotter](https://github.com/Sov-trotter) for implementing the Jupyter and Pluto viewer tools, streaming and layers - [@sudomaze](https://github.com/sudomaze) for helping out with tutorials and feedback for v0.1.0 - [@mythreyiramesh](https://github.com/mythreyiramesh) helping with cleaning up tutorials - [@briochemc](https://github.com/briochemc) for spotting and cleaning up tutorial typos and grammar @@ -91,7 +92,6 @@ We want to thank a couple of people who helped make this possible. - [@ArbitRandomUser](https://github.com/ArbitRandomUser) for cleaning up the LaTeX code base - [@agerlach](https://github.com/agerlach) for improving the internal LaTeX parsing - [@matbesancon](https://github.com/matbesancon) for adding in an example on projections and for identifying an issue with Javis image processing -- [@Sov-trotter](https://github.com/Sov-trotter) for implementing the Jupyter and Pluto viewer tools - [@codejaeger](https://github.com/codejaeger) - for improving the Javis viewer tool - [@XRFXLP](https://github.com/XRFXLP) - fixing typo in docs - [@Ved-Mahajan](https://github.com/Ved-Mahajan) - for adding an example on Earth Venus cosmic dance.