Skip to content

Commit

Permalink
changlog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Nov 23, 2024
1 parent d601c54 commit c7fab62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# News

## v1.4.1 - 2024-05-03
## v1.5.0 - 2024-11-23

- Bump ResumableFunctions compat to 1.0.0.
- Bump Julia compat to 1.10

## v1.4.1 - 2024-05-03

- Permit stores `put!` methods to cast the value being placed to the type appropriate for the given store.
- Added examples to the documentation that were lost around the time of the rewrite for v0.5 in 2018.
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ uuid = "6ed1e86c-fcaf-46a9-97e0-2b26a2cdb499"
keywords = ["discrete-even simulation"]
license = "MIT"
desc = "A discrete event process oriented simulation framework."
authors = ["Ben Lauwens and SimJulia and ConcurrentSim contributors"]
authors = ["Ben Lauwens and SimJulia, ConcurrentSim, QuantumSavory contributors"]
repo = "https://github.com/JuliaDynamics/ConcurrentSim.jl.git"
version = "1.4.1"
version = "1.5.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -15,5 +15,5 @@ ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
[compat]
DataStructures = "0.18"
Dates = "1"
ResumableFunctions = "0.6"
julia = "1.6"
ResumableFunctions = "1"
julia = "1.10"

0 comments on commit c7fab62

Please sign in to comment.