Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 authored Jan 26, 2021
1 parent 80aedaf commit 63aa612
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# SMC.jl 0.1.14 Release Notes
Miscelleanous:
- Update syntax for HDF5 deprecations

# SMC.jl 0.1.13 Release Notes
Miscelleanous:
- Moved `get_fixed_para_inds` and `get_free_para_inds` to ModelConstructors.jl
- Update syntax for HDF5 deprecations

# SMC.jl 0.1.12 Release Notes
New Features:
Expand Down

4 comments on commit 63aa612

@chenwilliam77
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.

Error while trying to register: "Tag with name v0.1.13 already exists and points to a different commit"

@chenwilliam77
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/28706

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.1.13 -m "<description of version>" 63aa6129183331760fc6e01b3ba6c720d5200eff
git push origin v0.1.13

Please sign in to comment.