Skip to content

Commit 3a639e8

Browse files
authored
Version 0.6.2 (#113)
* Enforce version in scripts/stageversion * Update to version 0.6.2 * Update CHANGELOG for 0.6.2
1 parent b06cdc6 commit 3a639e8

File tree

8 files changed

+2840
-8
lines changed

8 files changed

+2840
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
3+
## [v0.6.2]
4+
5+
### Fixed
6+
7+
- Ensure special keys are not in content when loaded [#112](https://github.com/stac-utils/pgstac/pull/112/files)
8+
29
## [v0.6.1]
310

411
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ PGStac uses PGTap to test SQL. Tests can be found in tests/pgtap.sql and are run
275275
2) Create a PR against the main branch
276276
3) Once the PR has been merged, start the release process.
277277
4) Upate the version in `pypgstac/pypgstac/version.py`
278-
5) Use `scripts/stagerelease` as documented in migrations section above making sure to rename any files ending in ".staged" in the migrations section
278+
5) Use `scripts/stageversion VERSION` as documented in migrations section above making sure to rename any files ending in ".staged" in the migrations section
279279
6) Add details for release to the CHANGELOG
280280
7) Add/Commit any changes
281281
8) Run tests `scripts/test`
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SET SEARCH_PATH to pgstac, public;
2+
SELECT set_version('0.6.2');

0 commit comments

Comments
 (0)