Skip to content

Commit f98b927

Browse files
chore(main): release 0.6.3
1 parent 7603b36 commit f98b927

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.6.3"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.6.3](https://github.com/zylon-ai/private-gpt/compare/v0.6.2...v0.6.3) (2024-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* naming image and ollama-cpu ([#2056](https://github.com/zylon-ai/private-gpt/issues/2056)) ([89477ea](https://github.com/zylon-ai/private-gpt/commit/89477ea9d3a83181b0222b732a81c71db9edf142))
9+
* Rectify ffmpy poetry config; update version from 0.3.2 to 0.4.0 ([#2062](https://github.com/zylon-ai/private-gpt/issues/2062)) ([7603b36](https://github.com/zylon-ai/private-gpt/commit/7603b3627d91aed1cce2e1ae407fec11ca1ad132))
10+
311
## [0.6.2](https://github.com/zylon-ai/private-gpt/compare/v0.6.1...v0.6.2) (2024-08-08)
412

513

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
# Private-GPT service for the Ollama CPU and GPU modes
88
# This service builds from an external Dockerfile and runs the Ollama mode.
99
private-gpt-ollama:
10-
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.6.2}-ollama # x-release-please-version
10+
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.6.3}-ollama # x-release-please-version
1111
build:
1212
context: .
1313
dockerfile: Dockerfile.ollama
@@ -31,7 +31,7 @@ services:
3131
# Private-GPT service for the local mode
3232
# This service builds from a local Dockerfile and runs the application in local mode.
3333
private-gpt-llamacpp-cpu:
34-
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.6.2}-llamacpp-cpu # x-release-please-version
34+
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.6.3}-llamacpp-cpu # x-release-please-version
3535
build:
3636
context: .
3737
dockerfile: Dockerfile.llamacpp-cpu

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "private-gpt"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Private GPT"
55
authors = ["Zylon <[email protected]>"]
66

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2
1+
0.6.3

0 commit comments

Comments
 (0)