Skip to content

Commit d4c4381

Browse files
committedJan 31, 2023
bump: version 1.0.2 → 1.0.3
1 parent e98aa91 commit d4c4381

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3 (2023-01-31)
2+
3+
Resolve buf where blackbricks removed sql code on the same line as the `%sql` magic. See #32.
4+
15
## 1.0.2 (2023-01-10)
26

37
Bumping dependencies to resolve dependabot alert. See #30.

‎blackbricks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "1.0.3"

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "blackbricks"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Black for Databricks notebooks"
55
authors = ["Bendik Samseth <bendik.samseth@inspera.no>"]
66
license = "MIT"
@@ -41,7 +41,7 @@ mypy = "^0.971"
4141

4242
[tool.commitizen]
4343
name = "cz_conventional_commits"
44-
version = "1.0.2"
44+
version = "1.0.3"
4545
tag_format = "$version"
4646
version_files = [
4747
"blackbricks/__init__.py:version",

0 commit comments

Comments
 (0)
Please sign in to comment.