Skip to content

Commit

Permalink
Merge pull request #12 from yufongpeng/release-0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
yufongpeng authored Dec 8, 2023
2 parents 05be8b0 + 23e00f5 commit 6598aa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AnovaGLM"
uuid = "0a47a8e3-ec57-451e-bddb-e0be9d22772b"
authors = ["Yu-Fong Peng <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
AnovaBase = "946dddda-6a23-4b48-8e70-8e60d9b8d680"
Expand All @@ -17,8 +17,8 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[compat]
AnovaBase = "0.7"
Distributions = "0.23, 0.24, 0.25"
GLM = "1.8"
GLM = "1.9"
Reexport = "0.2, 1"
StatsBase = "0.33"
StatsModels = "0.6"
julia = "1.6, 1.7, 1.8"
StatsBase = "0.33, 0.34"
StatsModels = "0.7"
julia = "1.6, 1.7, 1.8, 1.9"

2 comments on commit 6598aa7

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3 -m "<description of version>" 6598aa7fe3701da311d76d4e74e1379173f2a04c
git push origin v0.2.3

Please sign in to comment.