Skip to content

Commit 769e011

Browse files
chore(main): release 0.12.0-alpha (#204)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d843e51 commit 769e011

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.12.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.11.2-alpha...v0.12.0-alpha) (2023-11-30)
4+
5+
6+
### Features
7+
8+
* Add support for Python 3.12 ([1ff4bf7](https://github.com/googleapis/python-documentai-toolbox/commit/1ff4bf757a86349402e74d206aca1df677ad9ff1))
9+
* Introduce compatibility with native namespace packages ([#201](https://github.com/googleapis/python-documentai-toolbox/issues/201)) ([d178acb](https://github.com/googleapis/python-documentai-toolbox/commit/d178acb50a7ad4a0ce0bc7f6fc4550a87dc7a252))
10+
11+
12+
### Bug Fixes
13+
14+
* Implement lazy-loading of properties to speed up initialization ([#205](https://github.com/googleapis/python-documentai-toolbox/issues/205)) ([7001c76](https://github.com/googleapis/python-documentai-toolbox/commit/7001c765864b0b364a45cbe376821423870afb1e))
15+
* Prevent sorting entities labeled in Document AI Workbench ([#200](https://github.com/googleapis/python-documentai-toolbox/issues/200)) ([d843e51](https://github.com/googleapis/python-documentai-toolbox/commit/d843e51cfe4dfa9afd6c93f9a6902ac613ac31f2))
16+
317
## [0.11.2-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.11.1-alpha...v0.11.2-alpha) (2023-11-07)
418

519

google/cloud/documentai_toolbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.11.2-alpha"
16+
__version__ = "0.12.0-alpha"

0 commit comments

Comments
 (0)