Skip to content

Commit 820a5c7

Browse files
Finalise release for v2.0.1
1 parent df9f559 commit 820a5c7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [2.0.1] - 2025-06-18
11+
1012
### Fixed
1113

1214
- latlngMode flag now filters through to the template and works as intended
1315
- Use default centre (from WAGTAIL_ADDRESS_MAP_CENTER) when loading new field
1416

1517
### Changed
1618

17-
- JS refactored for a slight usability improvement
19+
- JS refactored for a slight readability improvement
1820

1921
## [2.0.0] - 2025-04-27
2022

@@ -125,7 +127,8 @@ Thanks to @danreeves, @craigloftus, @urlsangel and @SalahAdDin for their contrib
125127

126128
Initial Release
127129

128-
[Unreleased]: https://github.com/springload/wagtailgmaps/compare/2.0.0...HEAD
130+
[Unreleased]: https://github.com/springload/wagtailgmaps/compare/2.0.1...HEAD
131+
[2.0.1]: https://github.com/springload/wagtailgmaps/compare/2.0.0...2.0.1
129132
[2.0.0]: https://github.com/springload/wagtailgmaps/compare/1.0.1...2.0.0
130133
[1.0.1]: https://github.com/springload/wagtailgmaps/compare/v1.0...v1.0.1
131134
[1.0]: https://github.com/springload/wagtailgmaps/compare/v0.4...v1.0

wagtailgmaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "wagtailgmaps"
2-
__version__ = "2.0.0"
2+
__version__ = "2.0.1"
33
__author__ = "Springload"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2025 Springload"

0 commit comments

Comments
 (0)