Skip to content

Commit

Permalink
remove_index refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Oct 14, 2022
1 parent 981949a commit 9312fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SearchLightPostgreSQL"
uuid = "4327cdd6-4902-11ea-0272-430cea0431bd"
authors = ["Adrian Salceanu <[email protected]>"]
version = "2.3.2"
version = "2.3.3"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -12,5 +12,5 @@ SearchLight = "340e8cb6-72eb-11e8-37ce-c97ebeb32050"
[compat]
DataFrames = "1"
LibPQ = "1"
SearchLight = "2.3"
SearchLight = "2.9"
julia = "1"

2 comments on commit 9312fcf

@essenciary
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/70439

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.3.3 -m "<description of version>" 9312fcf7db8da1f9c251d993d8294f3940a36dbe
git push origin v2.3.3

Please sign in to comment.