File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ 0.8.1] - 2024-05-17
11
18
12
19
### Bug Fixes
@@ -170,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
177
171
178
## [ 0.1.3] - 2019-08-02
172
179
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
174
182
[ 0.8.1 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.8.0...v0.8.1
175
183
[ 0.8.0 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.7.0...v0.8.0
176
184
[ 0.7.0 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'semanticscholar' ,
8
- version = '0.8.1 ' ,
8
+ version = '0.8.2 ' ,
9
9
description = 'Unofficial Python client library for Semantic Scholar APIs.' ,
10
10
long_description = long_description ,
11
11
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments