Skip to content

Commit 6069cb9

Browse files
ci(release): 1.0.0 [skip ci]
## 1.0.0 (2024-10-07) ### Bug Fixes * add semantic release ([ca8addc](ca8addc)) * reate README.MD ([803a9ea](803a9ea)) * update readme ([1ed0886](1ed0886)) ### chore * **CI:** add release config file ([30cf434](30cf434)) * **CI:** fix build issues ([e772e56](e772e56)) * fix pyproject ([d32a922](d32a922))
1 parent e772e56 commit 6069cb9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.0.0 (2024-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add semantic release ([ca8addc](https://github.com/ScrapeGraphAI/scrapebiblio/commit/ca8addc1b89a592bcb432e9900597830c6a9618f))
7+
* reate README.MD ([803a9ea](https://github.com/ScrapeGraphAI/scrapebiblio/commit/803a9ea5aa03b688f8b9371a82bf8daf4732de7b))
8+
* update readme ([1ed0886](https://github.com/ScrapeGraphAI/scrapebiblio/commit/1ed08867c1a7675b4344427fcf482f5e1f61a83f))
9+
10+
11+
### chore
12+
13+
* **CI:** add release config file ([30cf434](https://github.com/ScrapeGraphAI/scrapebiblio/commit/30cf434297bca39e824b9fef1d31240cfe1d0094))
14+
* **CI:** fix build issues ([e772e56](https://github.com/ScrapeGraphAI/scrapebiblio/commit/e772e5688b4fe7549297e91884b12caa9d9d371c))
15+
* fix pyproject ([d32a922](https://github.com/ScrapeGraphAI/scrapebiblio/commit/d32a922bf6e4c1810298de341e76a7cd6d6ecb35))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapebiblio"
3-
version = "0.0.4"
3+
version = "1.0.0"
44
description = "library for extracting reference from documents"
55
authors = [
66
{ name = "Marco Vinciguerra", email = "[email protected]" },

0 commit comments

Comments
 (0)