Skip to content

Commit

Permalink
sql release 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Feb 1, 2024
1 parent 11305bd commit 12e25db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHANGELOG

## 0.10.9dev
## 0.10.9 (2024-01-31)

* [Feature] Add option to disable named parameters; options now changed to: `warn`, `enabled`, and `disabled` - fixes (#971) and (#972)
* [Fix] Fix error when fuzzy matching configuration file (now we only match config keys) (#975 by @maciejb)
* [Fix] Fix error that caused JupySQL to read a config file even when there was no JupySQL config (#975 by @maciejb)
* [Feature] Add option to disable named parameters; options now changed to: `warn`, `enabled`, and `disabled` - fixes ([#971](https://github.com/ploomber/jupysql/issues/971)) and ([#972](https://github.com/ploomber/jupysql/issues/972))
* [Fix] Fix error when fuzzy matching configuration file (now we only match config keys) ([#975](https://github.com/ploomber/jupysql/issues/975) by [@maciejb](https://github.com/maciejb))
* [Fix] Fix error that caused JupySQL to read a config file even when there was no JupySQL config ([#975](https://github.com/ploomber/jupysql/issues/975) by [@maciejb](https://github.com/maciejb))

## 0.10.8 (2024-01-25)

Expand Down
2 changes: 1 addition & 1 deletion src/sql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sql.magic import load_ipython_extension


__version__ = "0.10.9dev"
__version__ = "0.10.9"


__all__ = ["load_ipython_extension"]

0 comments on commit 12e25db

Please sign in to comment.