Skip to content

Create Release Notes for 1.5 #540

Closed
@danuw

Description

@danuw

What happened?

Create a PR with updated change log.
Will look for PRs and Issues since last release.

Please feel free to add anything missing in the comments...

I used the following commands to help

gh pr list -R Green-Software-Foundation/carbon-aware-sdk --search "-label:agenda closed:>=2024-05-14" --json number,title,url --template \
        '{{range .}}{{ printf "\n-[PR #%v]" .number | autocolor "green"}} {{.title}} {{ printf "](%v)" .url}}{{end}}'

gh issue list -R Green-Software-Foundation/carbon-aware-sdk --search "-label:agenda closed:>=2024-05-14" --json number,title,url --template \
        '{{range .}}{{ printf "\n-[#%v]" .number | autocolor "green"}} {{.title}} {{ printf "](%v)" .url}}{{end}}'

Code of Conduct

  • I agree to follow this project's Code of Conduct

Feature Commitment

  • I commit to contributing this feature as a PR and working with the GSF to merge this feature into the Carbon Aware SDK.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv1.5

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions