Skip to content

Commit 3ca2866

Browse files
chore(master): release 0.9.0 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ce3f04 commit 3ca2866

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- GENERATOR_PLACEHOLDER -->
44

5+
## [0.9.0](https://github.com/christianwgd/django-bootstrap-icons/compare/0.8.7...v0.9.0) (2024-07-16)
6+
7+
8+
### Features
9+
10+
* Add BS_ICONS_BASE_PATH and MD_ICONS_BASE_PATH to use local copies of icon sets. ([#26](https://github.com/christianwgd/django-bootstrap-icons/issues/26)) ([021664a](https://github.com/christianwgd/django-bootstrap-icons/commit/021664adabb203cf851041b23f334efe0d406f4d))
11+
* Add BS_ICONS_BASE_PATH and MD_ICONS_BASE_PATH to use local copies of icon sets. ([#26](https://github.com/christianwgd/django-bootstrap-icons/issues/26)) ([344960e](https://github.com/christianwgd/django-bootstrap-icons/commit/344960e51a1b4f48712a10d732b87693125eddc3))
12+
513
## 0.8.7
614

715
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='django-bootstrap-icons',
8-
version='0.8.7',
8+
version='0.9.0',
99
packages=setuptools.find_packages(
1010
exclude=["django_bootstrap_icons_sample", "*manage.py", "*sample-app-result.png"]
1111
),

0 commit comments

Comments
 (0)