Skip to content

Commit

Permalink
Merge pull request #93 from TidierOrg/drizk1-patch-1
Browse files Browse the repository at this point in the history
bump LTS, duckdb
  • Loading branch information
drizk1 authored Jan 8, 2025
2 parents 1a05bc0 + 60f05f7 commit 58b9890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TidierDB"
uuid = "86993f9b-bbba-4084-97c5-ee15961ad48b"
authors = ["Daniel Rizk <rizk.daniel.12@gmail.com> and contributors"]
version = "0.6.0"
version = "0.6.1"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand Down Expand Up @@ -43,7 +43,7 @@ ClickHouse = "0.2"
DataFrames = "1.5"
Dates = "1.9"
Documenter = "0.27, 1"
DuckDB = "1.0, 1.1"
DuckDB = "1 - 2"
GZip = "0.6"
GoogleCloud = "0.11"
HTTP = "1.1"
Expand All @@ -54,7 +54,7 @@ MySQL = "1.4"
ODBC = "1.1"
Reexport = "0.2, 1"
SQLite = "1.6"
julia = "1.9"
julia = "1.10"

[extras]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down

2 comments on commit 58b9890

@drizk1
Copy link
Member Author

@drizk1 drizk1 commented on 58b9890 Jan 8, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Bumps julia LTS to 1.10

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

Tagging

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.6.1 -m "<description of version>" 58b989016431db521b42e1f50b790eff410ceba3
git push origin v0.6.1

Please sign in to comment.