Skip to content

Commit

Permalink
bump: version 0.1.4 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2023
1 parent a8a329b commit 5b8f9e6
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tool.commitizen]
version = "0.1.4"
version = "0.2.0"
update_changelog_on_bump = true
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
## 0.2.0 (2023-10-27)

### Fix

- **deps**: update module github.com/playwright-community/playwright-go to v0.3800.1 (#39)
- **deps**: update module github.com/playwright-community/playwright-go to v0.3800.0 (#37)
- **deps**: update module github.com/spf13/viper to v1.17.0 (#35)
- **deps**: update module github.com/charmbracelet/log to v0.2.5 (#34)
- **deps**: update github.com/gomarkdown/markdown digest to 5421fef (#31)
- **deps**: update github.com/gomarkdown/markdown digest to 7478c23 (#30)
- **deps**: update github.com/gomarkdown/markdown digest to 14b07df (#29)
- **deps**: update module github.com/playwright-community/playwright-go to v0.3700.0 (#26)

## v0.1.4 (2023-08-27)

### Feat

- allow custom time formatting in templates (#16)

### Fix

- **deps**: update module github.com/charmbracelet/log to v0.2.4 (#23)
- **deps**: update module github.com/charmbracelet/log to v0.2.3 (#21)
- **deps**: update module github.com/santhosh-tekuri/jsonschema/v5 to v5.3.1 (#20)
- **deps**: update github.com/gomarkdown/markdown digest to 531d2d7 (#19)
- **deps**: update module github.com/playwright-community/playwright-go to v0.3500.0 (#17)
- **deps**: update module github.com/spf13/viper to v1.16.0 (#14)
- **deps**: update module github.com/charmbracelet/log to v0.2.2 (#13)
- **deps**: update github.com/gomarkdown/markdown digest to c84983b (#10)

## v0.1.3 (2023-03-02)

## v0.1.2 (2023-02-27)

### Fix

- simple them w3c compliance

## v0.1.1 (2023-02-27)

### Fix

- do not try to load resume for completion command

## v0.1.0 (2023-02-27)

### Feat

- allow to use custom locales
- add short flag for resume

### Fix

- html lang default

### Refactor

- use viper parsing instead of unsmarshal to schema

## v0.0.2 (2023-02-26)

### Feat

- add prig to templates functions
- add leveled logging
- add theme actual

### Fix

- join template function argument
- local theme was never used

### Refactor

- use template files instead of directories

## v0.0.1 (2023-02-25)

0 comments on commit 5b8f9e6

Please sign in to comment.