Skip to content

Commit

Permalink
Merge pull request #535 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.17.1
  • Loading branch information
dleard authored Oct 17, 2023
2 parents 6473018 + 1950838 commit eebb0f0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.17.1](https://github.com/bcgov/cas-ggircs/compare/v1.17.0...v1.17.1) (2023-10-17)


### Bug Fixes

* update load_emission function to include EIO Emission data beyond 2022 ([2d450a9](https://github.com/bcgov/cas-ggircs/commit/2d450a9ca49e2d5bac891aa1e02a05d26985d951))

# [1.17.0](https://github.com/bcgov/cas-ggircs/compare/v1.16.3...v1.17.0) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion ggircs-app/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggircs-app",
"version": "1.17.0",
"version": "1.17.1",
"private": true,
"scripts": {
"predev": "yarn build:schema && yarn build:relay",
Expand Down
1 change: 1 addition & 0 deletions ggircs-app/schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ triggers/update_timestamps [triggers/[email protected]] 2022-12-14T23:04:
@1.16.2 2023-05-17T16:34:59Z Dylan Leard <[email protected]> # release v1.16.2
@1.16.3 2023-05-29T22:02:49Z Dylan Leard <[email protected]> # release v1.16.3
@1.17.0 2023-06-19T18:15:06Z Dylan Leard <[email protected]> # release v1.17.0
@1.17.1 2023-10-17T17:29:07Z Dylan Leard <[email protected]> # release v1.17.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggircs-app",
"version": "1.17.0",
"version": "1.17.1",
"description": "GGIRCS: Greenhouse Gas Industrial Reporting and Control System. Data schema for the data extracted from the SWRS, and a small app to access the raw data and attachments from the SWRS extracts.",
"repository": "https://github.com/bcgov/cas-ggircs",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,4 @@ swrs/transform/function/load_emission [swrs/transform/function/[email protected]
swrs/public/table/emission_004 [swrs/public/table/emission_003] 2023-10-16T21:28:21Z Dylan Leard <[email protected]> # Migration: add electricity_amount to emission table for EIO emissions
swrs/transform/materialized_view/eio_emission [swrs/transform/schema] 2023-10-12T21:56:46Z Dylan Leard <[email protected]> # Add a materialized view for EIO Emissions. Necessary due to schema change for EIO Emissions as of reporting year 2022.
swrs/transform/function/load_emission [swrs/transform/function/[email protected]] 2023-10-12T21:42:08Z Dylan Leard <[email protected]> # Migration: include emissions from EIOs after ECCC schema change
@1.17.1 2023-10-17T17:29:07Z Dylan Leard <[email protected]> # release v1.17.1

0 comments on commit eebb0f0

Please sign in to comment.