Skip to content

Commit

Permalink
CompatHelper: bump compat for "Observables" to "0.4" (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 9, 2021
1 parent 9b82687 commit 448f550
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GeometryBasics = "0.2, 0.3"
KernelDensity = "0.5, 0.6"
Loess = "0.5"
NamedDims = "0.2"
Observables = "0.3"
Observables = "0.3, 0.4"
OnlineStatsBase = "1"
StatsBase = "0.31, 0.32, 0.33"
StructArrays = "0.5"
Expand Down
Loading

2 comments on commit 448f550

@piever
Copy link
Collaborator

@piever piever commented on 448f550 Mar 12, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.3.0 -m "<description of version>" 448f550520f888698fe19d46c9471729b9bbce0c
git push origin v0.3.0

Please sign in to comment.