Skip to content

Commit

Permalink
Bump to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 25, 2024
1 parent 04489bf commit bc03c17
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.1.0] - 2024-10-25

### Bug Fixes

- Do not add invalid milestone to closed issues (#75)
- Fix milestone query for closed issue (#76)
- Fix milestone binding for closes issues when No close PR found (#78)
- Sleep 2sec for milestone query of closed issues (#80)

### Documentation

- Update README.md for action Inputs (#56)
- Add FAQ (#60)
- Add README.zh-CN.md (#61)

### Features

- Try to query issue closed by PR with `graphql`
- Use Github `graphql` API to query issue closer (#73)

### Miscellaneous Tasks

- Update action description

### Deps

- Upgrade `Nushell` to v0.99 (#65)

## [2.0.0] - 2024-10-20

### Features
Expand Down
4 changes: 2 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MileStone Action",
"version": "2.0.0",
"actionVer": "v2.0",
"version": "2.1.0",
"actionVer": "v2.1",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/milestone-action",
Expand Down

0 comments on commit bc03c17

Please sign in to comment.