From aa9ec0760317268c111d03831fa9397ae4a1db51 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Wed, 10 Jan 2024 18:10:24 +0100 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab22378..5951350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. +## [0.2.0](https://git/ep/team/compare/v0.1.4...v0.2.0) (2024-01-10) + +### Features + +* Display teamers' average ratings in several locations ([159ea3](https://git/ep/team/commit/159ea37a4225931ccac0d7ace9185eff352ed033)) +* Pickup selection depending on bus chaperon ([cf90ff](https://git/ep/team/commit/cf90ffcd19bcc90b05479fff87e6659dfe76b352)) +* Prevent editing of assignments with applications or dispositions ([33d8d9](https://git/ep/team/commit/33d8d9ad26c96ed0852af0ec6a50b7c1c56b6039)) +* Tooltips with tippy.js ([7215b3](https://git/ep/team/commit/7215b3077bb829eb76b8f713fd587d4c69852745)) + +### Bug Fixes + +* Add missing translation ([d994a6](https://git/ep/team/commit/d994a6fa5f54633828d1e9521f54adb2f88f53db)) +* Display bus information in assignment info ([114d3f](https://git/ep/team/commit/114d3f29f082f25143eca93b9d39ea559977cb09)) + + +--- + ## [0.1.4](https://git/ep/team/compare/v0.1.3...v0.1.4) (2023-12-12) ### Features diff --git a/composer.json b/composer.json index ef95547..f8188fa 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.1.4" -} + "version": "0.2.0" +} \ No newline at end of file