Skip to content

Commit a69e49a

Browse files
chore: release v0.3.0
# [0.3.0](v0.2.0...v0.3.0) (2021-12-04) ### Bug Fixes * improved plots script ([7828e04](7828e04)) ### Features * datafiles, separated models from src, added shell scripts ([cdfb2bb](cdfb2bb)) * generalized the formulation ([62155ef](62155ef)) * improved run.jl script ([cb2c9a5](cb2c9a5))
1 parent 0f250d3 commit a69e49a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
# [0.3.0](https://github.com/jaantollander/LockPatternComplexity.jl/compare/v0.2.0...v0.3.0) (2021-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* improved plots script ([7828e04](https://github.com/jaantollander/LockPatternComplexity.jl/commit/7828e04e172f5c2bf559c73542742d4cc06172db))
9+
10+
11+
### Features
12+
13+
* datafiles, separated models from src, added shell scripts ([cdfb2bb](https://github.com/jaantollander/LockPatternComplexity.jl/commit/cdfb2bbf550ff0d64e839797a31d718ef94ed587))
14+
* generalized the formulation ([62155ef](https://github.com/jaantollander/LockPatternComplexity.jl/commit/62155ef6d5787de7eeb0fa6d6612f00c0a043e77))
15+
* improved run.jl script ([cb2c9a5](https://github.com/jaantollander/LockPatternComplexity.jl/commit/cb2c9a5eca987fa5eed2f017c9e63553830e9923))
16+
317
# [0.2.0](https://github.com/jaantollander/LockPatternComplexity.jl/compare/v0.1.0...v0.2.0) (2021-12-01)
418

519

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LockPatternComplexity"
22
uuid = "543c5b92-ecbf-4ab6-ab9f-9ddc949b5521"
33
authors = ["Jaan Tollander de Balsch"]
4-
version = "0.2.0"
4+
version = "0.3.0"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

0 commit comments

Comments
 (0)