Skip to content

Commit 056002a

Browse files
authored
Merge pull request #37 from Tsanton/release-please--branches--master
chore(master): release 0.10.0
2 parents 17f76b7 + 65f2934 commit 056002a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.9.0"}
1+
{".":"0.10.0"}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/Tsanton/pyflake-client/compare/v0.9.0...v0.10.0) (2023-08-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* table, tags and columns refactored to async pattern
9+
* moved deserializer into describable
10+
* procedure callables made
11+
* all assets use async methods
12+
13+
### Features
14+
15+
* SHOW FUTURE GRANTS TO DATABASE ROLE instead of procedure ([f1a2fc1](https://github.com/Tsanton/pyflake-client/commit/f1a2fc1bc62a339c1d61710f7d59934ca1b3b170))
16+
17+
18+
### Documentation
19+
20+
* added readme ([042fe48](https://github.com/Tsanton/pyflake-client/commit/042fe48bcfd37e2b1d564a6af9a93b6a5e0cfd41))
21+
22+
23+
### Code Refactoring
24+
25+
* all assets use async methods ([9b5114b](https://github.com/Tsanton/pyflake-client/commit/9b5114b8ac114ed92a3995b09481e7dc19d00835))
26+
* moved deserializer into describable ([b54b987](https://github.com/Tsanton/pyflake-client/commit/b54b987dd9d3540a9569384bb778da7225de1c7e))
27+
* procedure callables made ([a9acd9b](https://github.com/Tsanton/pyflake-client/commit/a9acd9b28a12e6bf34de5caead8d4ddc21fe62ed))
28+
* table, tags and columns refactored to async pattern ([146b16f](https://github.com/Tsanton/pyflake-client/commit/146b16f31fb0abc63f5fa915ef46f4e3ece49ba9))
29+
330
## [0.9.0](https://github.com/Tsanton/pyflake-client/compare/v0.8.0...v0.9.0) (2023-08-09)
431

532

0 commit comments

Comments
 (0)