Skip to content

Commit

Permalink
Version bump for library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
relston committed Sep 7, 2024
1 parent e62c8b5 commit 58d1424
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [0.8.1] - 2024-08-13
#### Changed
- Bump langchain from 0.2.14 to 0.2.15
- Bump httpx from 0.27.0 to 0.27.2
- Bump openai from 1.42.0 to 1.43.0
- Bump ipython from 8.26.0 to 8.27.0
- Bump langchain-community from 0.2.4 to 0.2.12
- Bump openai from 1.41.1 to 1.42.0
- Bump openai from 1.14.2 to 1.41.1
- Bump langchain from 0.2.1 to 0.2.14
- Bump markdownify from 0.12.1 to 0.13.1
- Bump pyyaml from 6.0.1 to 6.0.2
- Bump langchain-community from 0.2.1 to 0.2.4
- Bump ipython from 8.21.0 to 8.26.0
- Bump flake8 from 7.1.0 to 7.1.1
- Bump pytest from 6.2.5 to 8.3.

### [0.8.0] - 2024-08-13
#### Added
- Support for `--model` option to allow for selecting a specific OpenAI model
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mark"
version = "0.8.0"
version = "0.8.1"
description = ""
authors = ["Ryan Elston <[email protected]>"]

Expand Down

0 comments on commit 58d1424

Please sign in to comment.