Skip to content

Commit

Permalink
Bump -> v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Dec 19, 2023
1 parent b4d0150 commit b67540e
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 22 deletions.
71 changes: 55 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,77 @@
# v1.1.0 (2023-11-01)
## v1.2.0 (2023-12-18)

### Bug fixes

* Fix login redirect misbehaviors (#178, #58)


### Other

* Add docs site (#201, #202, #203)
* Finish renaming -> Benefit Tool (#204)
* Apply Cosmo bootswatch theme, adjust layout (#209)
* Add mechanism to render Markdown in templates (#208)
* Modernization (#207)


## v1.1.0 (2023-11-01)

* Add description and links to the home page that will help users navigate the site

# v1.0.2 (2023-10-26)

## v1.0.2 (2023-10-26)

* Bugfix: allow non-admin users to edit their profiles

# v1.0.1 (2023-10-16)

## v1.0.1 (2023-10-16)

* Fix link on home page
* Update VTA to Benefit tool in more places

# v1.0.0 (2023-10-15)

## v1.0.0 (2023-10-15)

* Enable deleting response objects/cascading deletes

# v0.8.0 (2023-10-12)

## v0.8.0 (2023-10-12)

* Enable deleting relationships

# v0.7.1 (2023-10-10)

## v0.7.1 (2023-10-10)

* Bugfix: proxy redirect for new survey

# v0.7.0 (2023-10-09)

## v0.7.0 (2023-10-09)

* Bugfix: proxy redirect for login/logout
* Update DB for analyst to be default role

# v0.6.0 (2023-10-06)

## v0.6.0 (2023-10-06)

* Create citation/zenodo tag
* Block new response objects being created by analyst
* Show sankey previews on all relationship pages
* Show full sankey preview on response home page

# v0.5.0 (2023-10-03)

## v0.5.0 (2023-10-03)

* Bugfix relationship creation
* Fix envarrs for google login/non dev environment

# v0.4.1 (2023-09-13)

## v0.4.1 (2023-09-13)

* Bugfix environment variables

# v0.4.0 (2023-09-13)

## v0.4.0 (2023-09-13)

* Stop using current_user and use true value for created_by on surveys page
* Display version on webapp
* Combine common response object database fields
Expand All @@ -44,29 +81,31 @@
* Implement X-forwarded-proxy


# v0.3.0 (2023-08-17)
## v0.3.0 (2023-08-17)

* Set up/improve all relationship interfaces
* Populate societal benfit area reference data
* Implement role dropdown on profile page

# v0.2.1 (2023-08-10)
## v0.2.1 (2023-08-10)

* Temporary https fix

# v0.2.0 (2023-08-09)

## v0.2.0 (2023-08-09)

* Create user list view
* Allow role changes by admin
* Add analyst and respondent roles
* Redirect to homepage after login
* Alter views based on roles

# v0.1.1 (2023-07-26)

## v0.1.1 (2023-07-26)

* Set up "ad-hoc" HTTPS cert for dev


# v0.1.0 (2023-07-26)
## v0.1.0 (2023-07-26)

* Initial release
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ type: "software"
# https://github.com/zenodo/zenodo/issues/2515
license: "MIT"

version: 1.1.0
date-released: "2023-11-01"
version: 1.2.0
date-released: "2023-12-18"
url: "https://github.com/nsidc/usaon-benefit-tool"

authors:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export USAON_BENEFIT_TOOL_VERSION="v1.1.0"
export USAON_BENEFIT_TOOL_VERSION="v1.2.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "usaon_benefit_tool"
description = "Gather data for US AON's Value Tree Analysis (Benefit Tool) process"
version = "1.1.0"
version = "1.2.0"
url = "git@github.com:nsidc/usaon-benefit-tool.git"
authors = [
{name = "National Snow and Ice Data Center", email = "nsidc@nsidc.org"},
Expand Down Expand Up @@ -103,7 +103,7 @@ max-complexity = 8
inline-quotes = "double"

[tool.bumpversion]
current_version = "1.1.0"
current_version = "1.2.0"
commit = false
tag = false

Expand Down
2 changes: 1 addition & 1 deletion usaon_benefit_tool/constants/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.0"
VERSION = "1.2.0"

0 comments on commit b67540e

Please sign in to comment.