Skip to content

Commit 0e4a87e

Browse files
committed
Fix CHANGELOG
1 parent 4f477f0 commit 0e4a87e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212

1313
### Deprecated
1414

15+
## [v1.1.0]
16+
17+
### Added
18+
- Include type information during packaging for use with e.g. `mypy` ([#579](https://github.com/stac-utils/pystac/pull/579))
19+
- Optional `dest_href` argument to `Catalog.save` to allow saving `Catalog` instances to
20+
locations other than their `self` href ([#565](https://github.com/stac-utils/pystac/pull/565))
21+
22+
### Changed
23+
24+
- Pin the rustc version in Continuous Integration to work around https://github.com/rust-lang/cargo/pull/9727 ([#581](https://github.com/stac-utils/pystac/pull/581))
25+
1526
## [v1.0.1]
1627

1728
### Changed

0 commit comments

Comments
 (0)