From f45ad0c3e1b04d644b0d00b108042fb318b102fc Mon Sep 17 00:00:00 2001 From: Paul Craig Date: Mon, 18 Nov 2024 20:48:09 -0500 Subject: [PATCH] Bump to 1.35.0 The major update is that we got the automatic migration to work. There is also a minor story about bolding the top paragraph in a th. And a small migration which only updates text descriptions. --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca9b0e2..a8b80a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,30 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Changed +### Fixed + +## [1.35.0] - 2023-11-18 + +### Added + +- Added a new "migrate" step to migrate the database before deploying the app + - migrate waits for the tests to pass + - deploy waits for migrate to pass + +### Changed + - Smallen the font size (even more) for NOFOs with very, very long titles (> 230 chars) +- Add bold font-weight to the first paragraph in a table heading ### Fixed +- Only deploy the app if the "test" job finishes successfully + - Previously, it would always deploy + +### Migrations + +- Update some of the field descriptions on the NOFO object + ## [1.34.0] - 2023-11-18 ### Added diff --git a/pyproject.toml b/pyproject.toml index 529fb66a..b47ff10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bloom-nofos" -version = "1.34.0" +version = "1.35.0" description = "the no-code solo nofo web flow" authors = ["Paul Craig "] readme = "README.md"