Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmnyberg committed Oct 30, 2024
1 parent 01ed74b commit e892223
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 1.0.1
version: 1.1.0
version_scheme: semver
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.1.0 (2024-10-30)

### Feat

- add initial implementation of tag sequence search

### Fix

- make sure file_basename is defined when it is used
- indicate which lookup type is used in search errors
- add lookup type to download file name

### Refactor

- clean up data loading for tag resources

## 1.0.1 (2024-05-27)

### Fix
Expand Down

0 comments on commit e892223

Please sign in to comment.