Skip to content

Commit 7854d5c

Browse files
committed
CHANGELOG and version bump
1 parent 3410a36 commit 7854d5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# News
22

3+
## v1.0.1 - dev
4+
5+
- Start using `Base`'s API: `lock`, `unlock`, `islocked`, `isready`, `get!` and deprecate `get`, `request`, `release`.
36
## v1.0.0 - 2023-05-03
47

58
- Rename from SimJulia.jl to ConcurrentSim.jl

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
desc = "A discrete event process oriented simulation framework."
66
authors = ["Ben Lauwens and SimJulia and ConcurrentSim contributors"]
77
repo = "https://github.com/JuliaDynamics/ConcurrentSim.jl.git"
8-
version = "1.0.0"
8+
version = "1.0.1"
99

1010
[deps]
1111
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

0 commit comments

Comments
 (0)