Skip to content

Commit cb9e21d

Browse files
committed
chore(master): release 2.0.0
1 parent dfbfabc commit cb9e21d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/ScribeLabsAI/ScribeMi/compare/1.3.0...2.0.0) (2024-02-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* validate MD5 checksums on upload and export ([#165](https://github.com/ScribeLabsAI/ScribeMi/issues/165))
9+
10+
### Features
11+
12+
* validate MD5 checksums on upload and export ([#165](https://github.com/ScribeLabsAI/ScribeMi/issues/165)) ([dfbfabc](https://github.com/ScribeLabsAI/ScribeMi/commit/dfbfabc82fcc4ed80011fdb5d963a6f7706a4771))
13+
14+
15+
### Dependencies
16+
17+
* **deps:** bump importlib-metadata from 6.9.0 to 7.0.0 ([#143](https://github.com/ScribeLabsAI/ScribeMi/issues/143)) ([2281796](https://github.com/ScribeLabsAI/ScribeMi/commit/22817964b202088a01855a7c74c90046852c8eef))
18+
* **deps:** bump the prod-dependencies group with 4 updates ([#142](https://github.com/ScribeLabsAI/ScribeMi/issues/142)) ([bda2a6a](https://github.com/ScribeLabsAI/ScribeMi/commit/bda2a6afec37da38bf13e18953d022685c299117))
19+
* update deps ([#133](https://github.com/ScribeLabsAI/ScribeMi/issues/133)) ([11366a4](https://github.com/ScribeLabsAI/ScribeMi/commit/11366a4ba4dfb23fa52dcef1083a436a7b26127c))
20+
321
## 1.3.0 (2023-11-21)
422

523

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def readme():
77
setup(
88
name='scribemi',
99
python_requires='>=3.10.0',
10-
version='1.3.0',
10+
version='2.0.0',
1111
description="Library to manage MI files in Scribe's platform",
1212
long_description=readme(),
1313
url='https://github.com/ScribeLabsAI/ScribeMi',

0 commit comments

Comments
 (0)