Skip to content

Commit 25ceab7

Browse files
📝(release) update CHANGELOG.md for 0.1.2 (#131)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb3fa50 commit 25ceab7

1 file changed

Lines changed: 38 additions & 1 deletion

File tree

src/tycho/CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,44 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [0.1.1] - 2026-01-26
7+
## [0.1.2] - 2026-02-11
8+
9+
### <!-- 1 --> Added
10+
11+
- Offers ingestion - load document - technical improvements ([#107](https://github.com/betagouv/csplab/pull/107))
12+
- 76 ingestion offers clean ([#138](https://github.com/betagouv/csplab/pull/138))
13+
- ✨(tycho:ingestion) offers ingestion - load documents - use case implementation ([#120](https://github.com/betagouv/csplab/pull/120))
14+
- ✨(tycho:candidate) add initialize cv_metadatas usecase
15+
- ✨(candidate) add simple cv results page
16+
- ✨(candidate) Integrate template and components for candidate cv results page
17+
- ✨(candidate) setup simple htmx filtering for cv results page
18+
- 🔒️(api) make all endpoints authenticated access only with jwt authent
19+
- ✨(tycho:candidate) instanciate process_uploaded_cv_usecase in CVUploadView ([#161](https://github.com/betagouv/csplab/pull/161))
20+
- ✨(candidate) handle CV errors in candidate flow ([#164](https://github.com/betagouv/csplab/pull/164))
21+
- ✨(candidate) instanciate match cv to opportunities ([#167](https://github.com/betagouv/csplab/pull/167))
22+
- 💄(tycho:candidate) add CSP images required for next integration tasks ([#179](https://github.com/betagouv/csplab/pull/179))
23+
- ✨(test:tycho) update test command to accept additional arguments (allows filtering) ([#178](https://github.com/betagouv/csplab/pull/178))
24+
25+
### <!-- 2 --> Modified
26+
27+
- ✨(tycho:ingestion) let clean_documents command accept OFFERS document type ([#152](https://github.com/betagouv/csplab/pull/152))
28+
- ✨(tycho:candidate) update process uploaded cv usecase ([#160](https://github.com/betagouv/csplab/pull/160))
29+
- ✨(tycho:candidate) add polling in match cv to opportunities ([#163](https://github.com/betagouv/csplab/pull/163))
30+
- ✨(ingestion) vectorize offers ([#166](https://github.com/betagouv/csplab/pull/166))
31+
- ✨(candidate) setup htmx and polling ([#162](https://github.com/betagouv/csplab/pull/162))
32+
- 🐛(candidate) fix polling over-swapping content ([#165](https://github.com/betagouv/csplab/pull/165))
33+
- ✨(ingestion) let clean_documents iterate over sliced dataset ([#171](https://github.com/betagouv/csplab/pull/171))
34+
- 💄 (tycho:candidate) update global partials styles ([#182](https://github.com/betagouv/csplab/pull/182))
35+
- 💄(tycho:candidate) update homepage template and styles ([#180](https://github.com/betagouv/csplab/pull/180))
36+
37+
### <!-- 4 --> Fixed
38+
39+
- 🐛(tycho) fix config tycho with django 6 ([#151](https://github.com/betagouv/csplab/pull/151))
40+
- 🐛(tycho:ingestion) fix localisation and reference cleaner ([#154](https://github.com/betagouv/csplab/pull/154))
41+
- 🐛(ingestion) fix errors preventing clean offers usecase saving in db ([#168](https://github.com/betagouv/csplab/pull/168))
42+
- 🐛(shared) update CorpsModel and VectorizedDocumentsModel for instantiate match cv necessity ([#183](https://github.com/betagouv/csplab/pull/183))
43+
44+
## [0.1.1] - 2026-01-27
845

946
### <!-- 1 --> Added
1047

0 commit comments

Comments
 (0)