Skip to content

Commit

Permalink
docs>modify.fix: fix changelog order
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfan committed Jul 21, 2023
1 parent a22084c commit 5cbea2a
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Changelog

Order: The higher up, the newer.

## v0.2.0

- dca3576 code.tests>new: add test case for Tagmark.count_github_url
- 553f447 docs>new: add new TODO into README
- f5c4bb6 docs>new: add new section into CONTRIBUTING
- e4e18eb docs>new: add new TODO into README
- 9ef2cd6 docs>modify.style: fix white-space in README
- 54a19bc code.misc>new: add sub command "checktag"
- c07d897 code.core>modify.style: add support for utf-8 encoding in output jsonlines file
- 5199240 code.misc>new: Tagmark.get_github_repo_infos add condition filter
- 112eeda code.misc>new: add msg to show rate of process in `convert` command
- a72d352 code.misc>modify.refactor: change defualt value of "checktag -c", and some help message modify
- 7fc0967 docs>new: add new content into README
- af4ef5d code.misc>modify.misc: add comment to `checktag` sub command code
- 73df5f8 code.misc>new: add sub command "autotagdef"
- 4438d16 code.tool>modify.new: add output file log info into `convert`subcommand
- 80791ac code.misc>modify.misc: fix word spelling of help msg in convert sub command
- 745bcfc docs>new: add new content into README
- 609bc56 infra.build>modify.new: bump requests from 2.28.2 to 2.31.0 to fix security vul reported by github dependabot
* e400bc8 infra.build>modify.new: bump requests from 2.28.2 to 2.31.0 to fix security vul reported by github dependabot
* 9d8c6d9 docs>new: add new content into README
* f780edd code.misc>modify.misc: fix word spelling of help msg in convert sub command
* cb7b733 code.tool>modify.new: add output file log info into `convert`subcommand
* cac1bda code.misc>new: add sub command "autotagdef"
* e4e06b0 code.misc>modify.misc: add comment to `checktag` sub command code
* 7fc0967 docs>new: add new content into README
* a72d352 code.misc>modify.refactor: change defualt value of "checktag -c", and some help message modify
* 112eeda code.misc>new: add msg to show rate of process in `convert` command
* 5199240 code.misc>new: Tagmark.get_github_repo_infos add condition filter
* c07d897 code.core>modify.style: add support for utf-8 encoding in output jsonlines file
* 54a19bc code.misc>new: add sub command "checktag"
* 9ef2cd6 docs>modify.style: fix white-space in README
* e4e18eb docs>new: add new TODO into README
* f5c4bb6 docs>new: add new section into CONTRIBUTING
* 553f447 docs>new: add new TODO into README
* dca3576 code.tests>new: add test case for Tagmark.count_github_url

## v0.1.0

Expand Down

0 comments on commit 5cbea2a

Please sign in to comment.