Skip to content

Releases: nicolasp-thg/rust-coding-dojo

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:54

What's Changed

  • feat: add kata context toggle for faster Ferris chat by @HaXX49 in #61
  • feat(harness): harness agentique - skills Rust et configs AI (#62) by @NicolasPayneauT0132431 in #63
  • chore(academy): supprimer onglets Dashboard et Profil, enlever le lib… by @nathanjolivatt0275451 in #64
  • feat: context toggle, markdown rendering, remove POC folder by @HaXX49 in #65

Full Changelog: v0.5.0...v1.0.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:36

What's Changed

  • Fix/rustfmt formatting by @NicolasPayneauT0132431 in #54
  • feat: add Academy gamified Rust learning platform with React/Vite frontend by @nathanjolivatt0275451 in #53
  • feat: integrate wllama local assistant into Academy Ferris by @HaXX49 in #58

New Contributors

Full Changelog: https://github.com/NicolasPayneauT0132431/rust-coding-dojo/commits/v0.5.0

v0.4.0 — Security: secrets removed from history + release workflow fix

Choose a tag to compare

@nicolasp-thg nicolasp-thg released this 24 Jun 14:46

v0.4.0 - 2026-06-24

Fixed

  • SECURITY : Historique Git réécrit (git filter-branch) pour supprimer les tokens SonarQube hardcodes. Les tokens sont remplaces par des placeholders (<ADMIN_TOKEN>, <SONAR_TOKEN>).
  • CI : retrait de \cargo publish --workspace --dry-run\ du workflow de release.

Merged Pull Requests

  • PR #24 (ThalesGroup/rust-coding-dojo) — Nouvelle PR vers le repo de base apres nettoyage des secrets.

What's Changed

Full Changelog: v0.2.0...v0.4.0

v0.3.0 — CI quality gates stabilization

Choose a tag to compare

@nicolasp-thg nicolasp-thg released this 24 Jun 14:20

v0.3.0 - 2026-06-24

Added

  • CI quality gates stabilized against kata baseline debt (clippy allowance, rustfmt skip).

Changed

  • README simplified and streamlined.
  • \katas/README.md\ removed (redundant with root README).

Merged Pull Requests

  • #50 - ci: stabilize quality gates against kata baseline debt

v0.2.0 — Katas expansion (20 new katas)

Choose a tag to compare

@nicolasp-thg nicolasp-thg released this 24 Jun 14:09

[v0.2.0] - 2026-06-24

Added

  • 20 new katas (5 Beginner, 10 Intermediate, 5 Expert):
    • Beginner: FooBarQix, Nim Game, Word Wrap, Number to LCD, Greed
    • Intermediate: Yahtzee, Berlin Clock, Gilded Rose, Range, Birthday Greetings, Wallet, Trading Card Game, Social Network, Anagram, Bank OCR
    • Expert: Sudoku, Langton Ant, Brainfuck, Mathematical AST, Christmas Delivery
  • Domains badges (English) to all 36 kata READMEs
  • Repository summary image and banner in README
  • GitHub issue template for hackathon task structure

Changed

  • Cargo workspace updated to include all 36 kata members
  • Removed [[bin]] sections from all kata Cargo.toml files

Fixed

  • Build failure: output filename collision across 28 kata solutions bins
  • Build failure: E0597 lifetime error in christmas-delivery solution

Resolved Issues

v0.1.0 - Hackathon CI Baseline

Choose a tag to compare

@T0286535 T0286535 released this 24 Jun 13:03

Changelog

All notable changes to this project are documented in this file.

[v0.1.0] - 2026-06-24

Added

  • CI foundation workflows for build/test/clippy/docs/audit via PR #38.
  • CI quality workflows for coverage/MSRV/cargo-deny/nightly via PR #39.
  • CI automation workflows for stale/labeler/PR lint/release via PR #40.
  • 10 new katas across starter/structure/advanced tracks via PR #19.
  • Hackathon contribution framework and issue governance via PR #21.

Changed

  • CI now validates kata solutions and excludes known incomplete solution sets.
  • Coverage workflow removed.
  • cargo-deny configuration migrated to current schema and deny workflow narrowed to advisories/bans/sources.

Resolved Issues

Merged Pull Requests

  • #40 - ci: add stale bot, PR labeler, PR title lint, and release workflow
  • #39 - ci: add coverage, MSRV, cargo-deny, and nightly build
  • #38 - ci: add test, clippy, fmt, and doc jobs to CI pipeline
  • #21 - Hackathon setup: add AGENTS.md framework
  • #19 - [KATA]: Ajouter 10 nouveaux katas depuis codingdojo.org