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
+13-6
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,26 @@
3
3
## [Unreleased]
4
4
5
5
### Added
6
-
- Include type information during packaging for use with e.g. `mypy` ([#579](https://github.com/stac-utils/pystac/pull/579))
7
-
- Optional `dest_href` argument to `Catalog.save` to allow saving `Catalog` instances to
8
-
locations other than their `self` href ([#565](https://github.com/stac-utils/pystac/pull/565))
9
6
10
7
### Removed
11
8
12
9
### Changed
13
10
14
-
- 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))
15
-
16
11
### Fixed
17
12
18
13
### Deprecated
19
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