Skip to content

Commit

Permalink
chore(master): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EHadoux committed Apr 1, 2024
1 parent 79809c8 commit 53fc858
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.0.0](https://github.com/ScribeLabsAI/ScribeMi/compare/1.3.0...2.0.0) (2024-04-01)


### ⚠ BREAKING CHANGES

* validate MD5 checksums on upload and export ([#165](https://github.com/ScribeLabsAI/ScribeMi/issues/165))

### Features

* validate MD5 checksums on upload and export ([#165](https://github.com/ScribeLabsAI/ScribeMi/issues/165)) ([dfbfabc](https://github.com/ScribeLabsAI/ScribeMi/commit/dfbfabc82fcc4ed80011fdb5d963a6f7706a4771))


### Dependencies

* **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))
* **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))
* update deps ([#133](https://github.com/ScribeLabsAI/ScribeMi/issues/133)) ([11366a4](https://github.com/ScribeLabsAI/ScribeMi/commit/11366a4ba4dfb23fa52dcef1083a436a7b26127c))

## 1.3.0 (2023-11-21)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():
setup(
name='scribemi',
python_requires='>=3.10.0',
version='1.3.0',
version='2.0.0',
description="Library to manage MI files in Scribe's platform",
long_description=readme(),
url='https://github.com/ScribeLabsAI/ScribeMi',
Expand Down

0 comments on commit 53fc858

Please sign in to comment.