Skip to content

Commit b56091a

Browse files
committed
update changelog
1 parent 62bff83 commit b56091a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
# Released
2020

21+
## [0.13.7] - 2023-09-13
22+
23+
- Automated monthly update of annual average grid intensity data.
24+
25+
## [0.13.6] - 2023-08-08
26+
27+
- Automated monthly update of annual average grid intensity data.
28+
- Create FUNDING.yml to allow sponsor contribution to this project.
29+
- Store segment flag on CO2 instance, not models.
30+
2131
## [0.13.5] - 2023-07-5
2232

2333
### Changed
@@ -54,8 +64,8 @@ In PR #135 there were significant changes made to how average annual grid intens
5464

5565
- Updated average annual grid intensities to include 2022 values from Ember.
5666
- Changed the functions to generate average grid intensities to:
57-
- Fetch data directly from Ember's API.
58-
- Get the *latest* annual average values for each country/region.
67+
- Fetch data directly from Ember's API.
68+
- Get the _latest_ annual average values for each country/region.
5969
- Renamed the average grid intensities export file.
6070

6171
## [0.12.2] - 2023-03-01
@@ -120,7 +130,7 @@ In PR #135 there were significant changes made to how average annual grid intens
120130

121131
### Changed
122132

123-
- Changed the default model for transfer based CO2 calculations from the _1byte_ model to the _Sustainable Web Design_ model instead. See https://developers.thegreenwebfoundation.org/co2js/models/ for guidance on the differences and how to migrate between them. See [#94 for more](https://github.com/thegreenwebfoundation/co2.js/issues/94).
133+
- Changed the default model for transfer based CO2 calculations from the _1byte_ model to the _Sustainable Web Design_ model instead. See <https://developers.thegreenwebfoundation.org/co2js/models/> for guidance on the differences and how to migrate between them. See [#94 for more](https://github.com/thegreenwebfoundation/co2.js/issues/94).
124134
- Updated our release commands to generate and format the carbon intensity data as part of the release process.
125135

126136
## [0.10.4] - 2022-08-12
@@ -212,7 +222,7 @@ This release used a version bump as previously we had released v0.10.0 under a p
212222

213223
### Removed
214224

215-
- Extracted sqlite usage and dependencies into a separate module, `url2green`. This means you no longer need to compile SQLite on install.
225+
- Extracted sqlite usage and dependencies into a separate module, `url2green`. This means you no longer need to compile SQLite on install.
216226

217227
## [0.5.0] - 2020-03-03
218228

0 commit comments

Comments
 (0)