You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@
12
12
13
13
### Deprecated
14
14
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))
0 commit comments