Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 5, 2022
1 parent 9f0550b commit 6ed6bfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).

## 1.0.0 - 2022-09-05

- Tests have been refactored to use GitHub Actions and restoring code coverage
- Handle case where one of default repositories is unreachable
- Minor bug fixes spotted during tests refactoring
- See 1.0.0-beta1 release notes for complete changes since the last stable version

## 1.0.0-beta1 - 2022-04-28

- Improved integration of external libraries (#166)
Expand Down Expand Up @@ -133,7 +140,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Allow authors to add license details in the collection
- Fixed problem in QGIS < 2.12 as a result of using the new QgsAuthManager
- Change the behavior of updating and removing directory in settings (This fixed #34)
- Use the new official QGIS resource repository (https://github.com/qgis/QGIS-Resources)
- Use the new official QGIS resource repository (<https://github.com/qgis/QGIS-Resources>)

---

Expand Down
2 changes: 1 addition & 1 deletion qgis_resource_sharing/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/
tracker=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/issues/

# versioning
version=1.0.0-beta1
version=1.0.0
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
experimental=False
Expand Down

0 comments on commit 6ed6bfd

Please sign in to comment.