Skip to content

Commit 1a13e0f

Browse files
Release v0.9.0 (#1479)
* Release v0.9.0 * Spellcheck
1 parent 1c3b0f3 commit 1a13e0f

14 files changed

+61
-42
lines changed

.semversioner/0.4.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "patch"
66
},
77
{
8-
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only.",
8+
"description": "Allow some CI/CD jobs to skip PRs dedicated to doc updates only.",
99
"type": "patch"
1010
},
1111
{

.semversioner/0.9.0.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Refactor graph creation.",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Dependency updates",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Fix Global Search with dynamic Community selection bug",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Fix question gen.",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Optimize Final Community Reports calculation and stabilize cache",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "miscellaneous code cleanup and minor changes for better alignment of style across the codebase.",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "replace llm package with fnllm",
29+
"type": "patch"
30+
},
31+
{
32+
"description": "replaced md5 hash with sha256",
33+
"type": "patch"
34+
},
35+
{
36+
"description": "replaced md5 hash with sha512",
37+
"type": "patch"
38+
},
39+
{
40+
"description": "update API and add a demonstration notebook",
41+
"type": "patch"
42+
}
43+
],
44+
"created_at": "2024-12-06T20:12:30+00:00",
45+
"version": "0.9.0"
46+
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)