Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesLucke committed Jul 16, 2024
1 parent ac3b1ca commit 0ca56e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Unreleased

## [0.0.21] - 2024-07-16

### Added
- Initial support for extensions for Blender 4.2.

## [0.0.20] - 2024-05-01

### Added
- New `blender.addon.justMyCode` option. Previously, this was enabled by default and made it more difficult to debug addons that used external libraries. Restart Blender debug session after changing this option.
- Initial support for extensions for Blender 4.2.

### Fixed
- Prioritize addon path mappings to make it more likely that the right path is mapped.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "blender-development",
"displayName": "Blender Development",
"description": "Tools to simplify Blender development.",
"version": "0.0.20",
"version": "0.0.21",
"publisher": "JacquesLucke",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 0ca56e5

Please sign in to comment.