Skip to content

Commit

Permalink
Bump the version number and update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Sep 7, 2024
1 parent 0396095 commit bb19ed5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes

## V0.14.1
## v0.14.2

* Add DuckDB support. Thanks to Alexander Plavin.


## v0.14.1

* Fix `Join` incorrectly collapsing an outer branch when it may transform a NULL
to a non-NULL value.
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FunSQL"
uuid = "cf6cc811-59f4-4a10-b258-a8547a8f6407"
authors = ["Kirill Simonov <[email protected]>", "Clark C. Evans <[email protected]>"]
version = "0.14.1"
version = "0.14.2"

[deps]
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
Expand Down

2 comments on commit bb19ed5

@xitology
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 register

Release notes:

  • Add DuckDB support. Thanks to Alexander Plavin.

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

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.14.2 -m "<description of version>" bb19ed5d3c98f2db8cc7bf73d451a9b6cb8a3672
git push origin v0.14.2

Please sign in to comment.