Skip to content

Commit 241bee2

Browse files
committed
relesae: apollo@0.8.0
1 parent 3ba91c7 commit 241bee2

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/cold-drinks-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-cycles-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-planes-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# apollo
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- a03bbea: vocab mapper: Add batching
8+
9+
### Patch Changes
10+
11+
- 1d824ba: job_chat: Update the AI Assistant prompt to be more concise, secure,
12+
and context-aware
13+
- 960dffb: job_chat: add basic prompt support for collections
14+
315
## 0.7.2
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo",
33
"module": "platform/index.ts",
4-
"version": "0.7.2",
4+
"version": "0.8.0",
55
"type": "module",
66
"scripts": {
77
"start": "NODE_ENV=production bun platform/src/index.ts",

0 commit comments

Comments
 (0)