Skip to content

Commit

Permalink
Update to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Aug 1, 2020
1 parent 5dc0526 commit d5f74d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
August 2019: version 0.1.0
* First import: basic Max-Plus functions
* Registered Julia package

September 2019: version 0.2.0
* French documentation
* Add functions: core, syslin, flowshop (work in progress)
* Add workarounds against Julia issues
* Add unit tests
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MaxPlus"
uuid = "41177cfe-c387-11e9-2806-edd030e4594e"
authors = ["Quentin Quadrat <lecrapouille@gmail.com>"]
version = "0.1.0"
version = "0.2.0"

[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Expand All @@ -15,6 +15,11 @@ TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"

[compat]
julia = "1"
LaTeXStrings = "1.1.0"
LightGraphs = "1.3.3"
SimpleWeightedGraphs = "1.1.0"
Suppressor = "0.2.0"
TikzPictures = "3.1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 comments on commit d5f74d7

@Lecrapouille
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/18782

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" d5f74d7b1ca3376e8c89187ede3cbe10ec356c46
git push origin v0.2.0

Please sign in to comment.