Skip to content

Commit

Permalink
Add a changelog and prepare 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jan 9, 2025
1 parent ec1c1e7 commit fdb4913
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## Unreleased

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## 0.0.2

### Added

- `--scale` option

### Fixed

- `v` commands were interpreted incorrectly
- smooth bezier curve handling

## 0.0.1

Initial release
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.jzbrooks"
version = "0.0.1"
version = "0.0.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit fdb4913

Please sign in to comment.