File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
10+ ## [ 0.10.0] - 2025-02-16
11+
1012### New Features
1113
1214- 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
1517
1618### Enhancements
1719
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.
1922
2023### Bug Fixes
2124
2225- Removed backslashes in docstrings to fix formatting issues.
2326 ([ 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 )
2430
2531## [ 0.9.0] - 2024-11-30
2632
@@ -297,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297303
298304## [ 0.1.3] - 2019-08-02
299305
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
301308[ 0.9.0 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.8.4...v0.9.0
302309[ 0.8.4 ] : https://github.com/danielnsilva/semanticscholar/compare/v0.8.2...v0.8.4
303310[ 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 1010
1111setup (
1212 name = 'semanticscholar' ,
13- version = '0.9 .0' ,
13+ version = '0.10 .0' ,
1414 description = 'Unofficial Python client library for Semantic Scholar APIs.' ,
1515 long_description = long_description ,
1616 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments