Skip to content

Commit 53015d2

Browse files
committed
chore: update version to 0.8.2
1 parent ed92c37 commit 53015d2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.2] - 2024-05-31
11+
12+
### Bug Fixes
13+
14+
- Removed deprecated `authors.aliases` from `Paper`. ([ed92c37](https://github.com/danielnsilva/semanticscholar/commit/ed92c37))
15+
- Fixed error generating cURL command. ([bc5c916](https://github.com/danielnsilva/semanticscholar/commit/bc5c916))
16+
1017
## [0.8.1] - 2024-05-17
1118

1219
### Bug Fixes
@@ -170,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170177

171178
## [0.1.3] - 2019-08-02
172179

173-
[unreleased]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.1...HEAD
180+
[unreleased]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.2...HEAD
181+
[0.8.2]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.1...v0.8.2
174182
[0.8.1]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.0...v0.8.1
175183
[0.8.0]: https://github.com/danielnsilva/semanticscholar/compare/v0.7.0...v0.8.0
176184
[0.7.0]: https://github.com/danielnsilva/semanticscholar/compare/v0.6.0...v0.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='semanticscholar',
8-
version='0.8.1',
8+
version='0.8.2',
99
description='Unofficial Python client library for Semantic Scholar APIs.',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)