Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damiano1996 committed Dec 9, 2024
1 parent e00fdd5 commit ebdc848
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,22 @@

# InCoder Changelog

## [Unreleased]
## [v0.0.1] - 2024-12-09

### Added

- Initial project setup.
- Added Anthropic API key support.

### Changed

- Improved Markdown parser.
- Updated plugin properties:
- pluginSinceBuild set to `233`.
- pluginUntilBuild updated to `243.*`.
- Documentation updates:
- Updated `README.md` and license.

### Fixed

- Optimized disk space usage for GitHub workflow.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup=com.github.damiano1996.intellijplugin.incoder
pluginName=InCoder
pluginRepositoryUrl=https://github.com/damiano1996/incoder-plugin
# SemVer format -> https://semver.org
pluginVersion=0.0.0
pluginVersion=0.0.1
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=233
pluginUntilBuild=243.*
Expand Down

0 comments on commit ebdc848

Please sign in to comment.