Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarfati committed Feb 3, 2020
1 parent cd1b00b commit a89df5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# StateSpaceRoutines.jl v0.3.1 Release Notes

## Patches
- Fix Kalman filter regime-switching bug
- Don't export resample method; assists with compatibility in DSGE.jl

# StateSpaceRoutines.jl v0.3.0 Release Notes

## New features and enhancements
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StateSpaceRoutines"
uuid = "261fd431-d7e4-51f7-86ab-ce9e57fc1fff"
authors = ["Michael Cai <[email protected]>", "Ethan Matlin <[email protected]>", "Rebecca Sarfati <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
DSGE = "6cf23378-2c47-544c-b0c3-6efefe57ca11"
Expand Down

2 comments on commit a89df5b

@rsarfati
Copy link
Contributor 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/8820

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 v0.3.1 -m "<description of version>" a89df5b6057402ff3ef4122d79656c8326a197e0
git push origin v0.3.1

Please sign in to comment.