Skip to content

Commit

Permalink
Replace hardcoded org name by ${GITHUB_REPOSITORY_OWNER} (#333) (#349)
Browse files Browse the repository at this point in the history
* Replace hardcoded org name by ${GITHUB_REPOSITORY_OWNER}

* fix bad merge

---------

Co-authored-by: Vincent Privat <[email protected]>
  • Loading branch information
bitner and vprivat-ads authored Feb 18, 2025
1 parent d5901b7 commit 0452693
Show file tree
Hide file tree
Showing 7 changed files with 5,006 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.9.3]

### Fixed

- Fix CI issue with tests not running
- Fix for issue with nulls in title or keywords for free text search

### Changed

- Replace hardcoded org name in CI

## [v0.9.2]

### Added
Expand Down Expand Up @@ -537,6 +548,7 @@ _TODO_

- Fixed issue with pypgstac loads which caused some writes to fail ([#18](https://github.com/stac-utils/pgstac/pull/18))

[v0.9.3]: https://github.com/stac-utils/pgstac/compare/v0.9.2...v0.9.3
[v0.9.2]: https://github.com/stac-utils/pgstac/compare/v0.9.1...v0.9.2
[v0.9.1]: https://github.com/stac-utils/pgstac/compare/v0.9.0...v0.9.1
[v0.9.0]: https://github.com/stac-utils/pgstac/compare/v0.8.5...v0.9.0
Expand Down
Loading

0 comments on commit 0452693

Please sign in to comment.