Skip to content

Commit 7dd44f1

Browse files
committed
release
1 parent b4fc97d commit 7dd44f1

File tree

2 files changed

+36
-7
lines changed

2 files changed

+36
-7
lines changed

CHANGELOG.bak

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.9
6+
7+
### New Features
8+
9+
- Adds docments-style comments to existing functions, so they can be used with SolveIt tool-calling if desired.
10+
11+
- add read_text ([#9](https://github.com/AnswerDotAI/ContextKit/issues/9))
12+
13+
- pypdf2 has moved to pypdf ([#7](https://github.com/AnswerDotAI/ContextKit/pull/7)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
14+
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
15+
This move will silence the deprecation warning that's currently shown when using contextkit.
16+
17+
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
18+
19+
See: https://pypi.org/project/PyPDF2/
20+
21+
### Bugs Squashed
22+
23+
- Fixes read_arxiv to use HTTPS, and adds docments docs to various functions for tool support ([#10](https://github.com/AnswerDotAI/ContextKit/pull/10)), thanks to [@algal](https://github.com/algal)
24+
- - Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
25+
26+
527
## 0.0.8
628

729
### New Features

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,33 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.10
6+
7+
### Breaking changes
8+
9+
- Rename read_url to read_link ([#12](https://github.com/AnswerDotAI/ContextKit/pull/12)), thanks to [@algal](https://github.com/algal)
10+
11+
512
## 0.0.9
613

714
### New Features
815

9-
- Adds docments-style comments to existing functions, so they can be used with SolveIt tool-calling if desired.
16+
- Adds docments-style comments to existing functions, so they can be used with SolveIt tool-calling if desired.
1017

1118
- add read_text ([#9](https://github.com/AnswerDotAI/ContextKit/issues/9))
1219

1320
- pypdf2 has moved to pypdf ([#7](https://github.com/AnswerDotAI/ContextKit/pull/7)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
14-
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
15-
This move will silence the deprecation warning that's currently shown when using contextkit.
16-
17-
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
18-
21+
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
22+
This move will silence the deprecation warning that's currently shown when using contextkit.
23+
24+
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
25+
1926
See: https://pypi.org/project/PyPDF2/
2027

2128
### Bugs Squashed
2229

2330
- Fixes read_arxiv to use HTTPS, and adds docments docs to various functions for tool support ([#10](https://github.com/AnswerDotAI/ContextKit/pull/10)), thanks to [@algal](https://github.com/algal)
24-
- - Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
31+
- - Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
2532

2633

2734
## 0.0.8

0 commit comments

Comments
 (0)