Skip to content

Commit

Permalink
Bump DiffinDiffsBase version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuan-chen committed Apr 10, 2024
1 parent 575736e commit a205b11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ InteractionWeightedDIDs = "4fda0319-85a0-4a01-849e-821b918731ee"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DiffinDiffsBase = "0.4"
Documenter = "0.27"
DiffinDiffsBase = "0.4, 0.5"
Documenter = "1"
InteractionWeightedDIDs = "0.3"
Reexport = "0.2, 1"
julia = "1.9"
Expand Down
2 changes: 1 addition & 1 deletion lib/DiffinDiffsBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffinDiffsBase"
uuid = "7fc23ce2-6e83-4e3c-822f-a79085ccb3e8"
authors = ["Junyuan Chen <norman.chen.git@gmail.com>"]
version = "0.4.2"
version = "0.5.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion lib/InteractionWeightedDIDs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
[compat]
DataAPI = "1.5"
DataFrames = "1"
DiffinDiffsBase = "0.4.2"
DiffinDiffsBase = "0.4.2, 0.5"
FixedEffectModels = "1.10"
FixedEffects = "2"
Reexport = "0.2, 1"
Expand Down

2 comments on commit a205b11

@junyuan-chen
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/DiffinDiffsBase

@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/104598

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 DiffinDiffsBase-v0.5.0 -m "<description of version>" a205b11bfac77fd8f5759f5bcc157f1d86bcb9fa
git push origin DiffinDiffsBase-v0.5.0

Please sign in to comment.