Skip to content

Commit

Permalink
Add 0.0.5 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jan 20, 2025
1 parent 5e0acc5 commit a5ed9e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Nothing yet.
```

If you're using `eerepr` through `geemap>=0.35.2`, this is [handled automatically](https://github.com/gee-community/geemap/pull/2183) by `geemap`.
- For security, HTML within Earth Engine objects is no longer rendered. This is consistent with the Code Editor.

### Added

Expand All @@ -42,6 +41,14 @@ Nothing yet.
- Dropped Python 3.7 support
- Automatic `initialize` on import

## [0.0.5] - 2025-01-19

This release is a backport of a security fix from `0.1.0`.

### Breaking Changes

- For security, HTML within Earth Engine objects is no longer rendered. This is consistent with the Code Editor.

### Security

- Escape HTML in all server-side data to prevent injection attacks
Expand Down Expand Up @@ -94,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[unreleased]: https://github.com/aazuspan/eerepr/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/aazuspan/eerepr/compare/v0.0.4...v0.1.0
[0.0.5]: https://github.com/aazuspan/eerepr/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/aazuspan/eerepr/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/aazuspan/eerepr/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/aazuspan/eerepr/compare/v0.0.1...v0.0.2
Expand Down

0 comments on commit a5ed9e3

Please sign in to comment.