Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Nov 15, 2019
1 parent 0c05ac4 commit 1d3fa72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ReplicateBE"
uuid = "671d9d50-c343-11e9-1a9c-fdd992682823"
keywords = ["bioequivalence", "mixedmodel"]
desc = "Mixed model solution for replicate designed bioequivalence study."
version = "1.0.1"
version = "1.0.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
4 changes: 4 additions & 0 deletions chagelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- v1.0.2 (hotfix 2)
* cmat fix
* cosmetics

- v1.0.1 (hotfix)
* increase stability
* simulation stability
Expand Down

2 comments on commit 1d3fa72

@PharmCat
Copy link
Owner

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • v1.0.2 (hotfix 2)
    • cmat fix
    • cosmetics

@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 created: JuliaRegistries/General/5474

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 1d3fa72c3fd9b6b03ffb7638da1eef26d17423e1
git push origin v1.0.2

Please sign in to comment.