Skip to content

Commit

Permalink
Changelog 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehenry committed Oct 16, 2024
1 parent 39172da commit d519ffd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 0.0.2

## Fixes

- Fix `{% importmap %}` not being packaged

# 0.0.1

Initial implementation

## Features

- Source project's `importmaps.py`
- Source project app's `importmaps.py`
- Merge all importmaps into one
- Make importmaps available in views with `importmap` context variable
2 changes: 1 addition & 1 deletion importmap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

from .base import importmaps, static

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

requires-python = ">= 3.9"
Expand Down

0 comments on commit d519ffd

Please sign in to comment.