Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikunia committed Aug 3, 2021
1 parent 16695ed commit 01b6121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = "Javis"
uuid = "78b212ba-a7f9-42d4-b726-60726080707e"
authors = ["Ole Kröger <o.kroeger@opensourc.es>", "Jacob Zelko <jacobszelko@gmail.com>"]
version = "0.5.3"
version = "0.6.0"

[deps]
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 01b6121

Please sign in to comment.