Commit 8a3b89c 1 parent c14e13c commit 8a3b89c Copy full SHA for 8a3b89c
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.10.0] - 2025-02-16
11
+
10
12
### New Features
11
13
12
14
- Added support for suggest paper query completions by
@@ -15,12 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
16
18
### Enhancements
17
19
18
- - Expanded and improved project documentation, now structured in Read the Docs for easier access and maintenance.
20
+ - Expanded and improved project documentation, now structured in Read the Docs
21
+ for easier access and maintenance.
19
22
20
23
### Bug Fixes
21
24
22
25
- Removed backslashes in docstrings to fix formatting issues.
23
26
([ 3ef890b] ( https://github.com/danielnsilva/semanticscholar/commit/3ef890b ) )
27
+ - Fixed issue with quotes in the query string by [ @k1000dai ] (
28
+ https://github.com/k1000dai ) in [ #99 ] (
29
+ https://github.com/danielnsilva/semanticscholar/pull/99 )
24
30
25
31
## [ 0.9.0] - 2024-11-30
26
32
@@ -297,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297
303
298
304
## [ 0.1.3] - 2019-08-02
299
305
300
- [ unreleased ] : https://github.com/danielnsilva/semanticscholar/compare/v0.9.0...HEAD
306
+ [ unreleased ] : https://github.com/danielnsilva/semanticscholar/compare/v0.10.0...HEAD
307
+ [ 0.10.0 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.9.0...v0.10.0
301
308
[ 0.9.0 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.8.4...v0.9.0
302
309
[ 0.8.4 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.8.2...v0.8.4
303
310
[ 0.8.2 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.8.1...v0.8.2
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'semanticscholar' ,
13
- version = '0.9 .0' ,
13
+ version = '0.10 .0' ,
14
14
description = 'Unofficial Python client library for Semantic Scholar APIs.' ,
15
15
long_description = long_description ,
16
16
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments