Skip to content

Commit

Permalink
Bump the version number and updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed Apr 25, 2023
1 parent 39f1a50 commit 11d0f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## v0.11.2

* Fix a number of problems with serializing `Order()` and `Limit()` for
MS SQL Server.
* Add a column alias to the dummy `NULL` when generating zero-column output.


## v0.11.1

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 <xi@resolvent.net>", "Clark C. Evans <cce@clarkevans.com>"]
version = "0.11.1"
version = "0.11.2"

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

2 comments on commit 11d0f26

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

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.11.2 -m "<description of version>" 11d0f26238a3cb741d5d1853850d3e3b44ed66ee
git push origin v0.11.2

Please sign in to comment.