Skip to content

Commit

Permalink
Fix version and remove patch changelog (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahaaga authored Aug 26, 2023
1 parent d3f1a77 commit 69f1cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
*Changelog is kept with respect to version 1.0. This software follows SymVer2.0*

# 2.5.1

- Update package requirements for `StatsBase`; it contains some bug fixes required
in upstream packages.

# 2.5.0

- Moved to Julia extensions (requiring julia v1.9).
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "TimeseriesSurrogates"
uuid = "c804724b-8c18-5caa-8579-6025a0767c70"
authors = ["Kristian Agasøster Haaga <kahaaga@gmail.com>", "George Datseris"]
repo = "https://github.com/JuliaDynamics/TimeseriesSurrogates.jl.git"
version = "2.5.2"
version = "2.5.1"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down

2 comments on commit 69f1cca

@kahaaga
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
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/90323

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 v2.5.1 -m "<description of version>" 69f1cca5ceb9fc81507f6f160acf7e3e0b5fe433
git push origin v2.5.1

Please sign in to comment.