Skip to content

Commit 6d21ef2

Browse files
Release v0.5.0 (#1415)
1 parent 22a57d1 commit 6d21ef2

11 files changed

+50
-33
lines changed

.semversioner/0.5.0.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Data model changes.",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Add Parquet as part of the default emitters when not pressent",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Centralized prompts and export all for easier injection.",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Cleanup of artifact outputs/schemas.",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Config and docs updates.",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "Implement dynamic community selection to global search",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "fix autocompletion of existing files/directory paths.",
29+
"type": "patch"
30+
},
31+
{
32+
"description": "move import statements out of init files",
33+
"type": "patch"
34+
}
35+
],
36+
"created_at": "2024-11-16T00:43:06+00:00",
37+
"version": "0.5.0"
38+
}

.semversioner/next-release/minor-20241113010525824646.json

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

.semversioner/next-release/patch-20241025031711368197.json

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

.semversioner/next-release/patch-20241031180003172666.json

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

.semversioner/next-release/patch-20241031230557819462.json

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

.semversioner/next-release/patch-20241106004612053719.json

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

.semversioner/next-release/patch-20241114012244853718.json

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

.semversioner/next-release/patch-20241114182805008149.json

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

.semversioner/next-release/patch-20241115203715659970.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 0.5.0
5+
6+
- minor: Data model changes.
7+
- patch: Add Parquet as part of the default emitters when not pressent
8+
- patch: Centralized prompts and export all for easier injection.
9+
- patch: Cleanup of artifact outputs/schemas.
10+
- patch: Config and docs updates.
11+
- patch: Implement dynamic community selection to global search
12+
- patch: fix autocompletion of existing files/directory paths.
13+
- patch: move import statements out of init files
14+
415
## 0.4.1
516

617
- patch: Add update cli entrypoint for incremental indexing

0 commit comments

Comments
 (0)