You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
# Released
20
20
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
+
21
31
## [0.13.5] - 2023-07-5
22
32
23
33
### Changed
@@ -54,8 +64,8 @@ In PR #135 there were significant changes made to how average annual grid intens
54
64
55
65
- Updated average annual grid intensities to include 2022 values from Ember.
56
66
- 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.
59
69
- Renamed the average grid intensities export file.
60
70
61
71
## [0.12.2] - 2023-03-01
@@ -120,7 +130,7 @@ In PR #135 there were significant changes made to how average annual grid intens
120
130
121
131
### Changed
122
132
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).
124
134
- Updated our release commands to generate and format the carbon intensity data as part of the release process.
125
135
126
136
## [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
212
222
213
223
### Removed
214
224
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.
0 commit comments