Skip to content

Commit

Permalink
Bump to 1.35.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pcraig3 committed Nov 19, 2024
1 parent c1ba65d commit 141467d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 141467d

Please sign in to comment.