From 8af148af1d3fac71f527b413fdacb711fdd23421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey?= Date: Fri, 3 Nov 2023 10:40:39 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 12 +++++++++++- package.yaml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc15d9b9..a6d8bfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.10.3.0...main) +## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.11.0.0...main) + +## [v1.11.0.0](https://github.com/freckle/freckle-app/compare/v1.10.3.0...v1.11.0.0) + +- Use JUnit formatting for test output when `JUNIT_ENABLED` environment + variable is set. +- Use environment variables to [configure JUnit][junit-env]; always prefix + source paths with test suite `name` and output tests to `/tmp/junit`. +- Remove using `CIRCLECI` environment variable. + +[junit-env]: https://github.com/freckle/hspec-junit-formatter/blob/main/library/Test/Hspec/JUnit/Config/Env.hs ## [v1.10.3.0](https://github.com/freckle/freckle-app/compare/v1.10.2.0...v1.10.3.0) diff --git a/package.yaml b/package.yaml index 3f028725..e8cd1a30 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: freckle-app -version: 1.10.3.0 +version: 1.11.0.0 maintainer: Freckle Education category: Utils github: freckle/freckle-app