Skip to content

Commit

Permalink
Packaging release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dougharris committed Jan 11, 2021
1 parent 52a630c commit bc93271
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2020-01-10

### Added

- Extension popup which shows current preferred versions and an option to reset.

### Fixed

- Fixed issue #4 which choked for python version "3.10 (dev)"
Expand Down Expand Up @@ -34,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release
- Support for Django, PostgreSQL, and Python

[unreleased]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.2...main
[unreleased]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.3...main
[1.0.3]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/dougharris/unified_docs_switcher/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/dougharris/unified_docs_switcher/releases/tag/1.0.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The extension is available on:

## Bugs & Feature Requests

**Troubleshooting:** Pressing the extension's button on your browser's toolbar shows your current preferred versions for all sites. Clicking "Reset all to default versions" sets your preferred versions for all sites back to the default values.

Add an [issue on the Github repo](https://github.com/dougharris/unified_docs_switcher/issues).

If you'd like to see a new documentation site handled by this extension, add a [new issue with the "new docs template" label](https://github.com/dougharris/unified_docs_switcher/issues/new?assignees=&labels=new+docs+platform&template=new-documentation-platform.md&title=)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Unified Docs Switcher",
"description": "Automatically redirect to preferred documentation version for many projects",
"author": "Doug Harris",
"version": "1.0.2",
"version": "1.0.3",
"icons": {
"48": "books48.png",
"128": "books.png"
Expand Down

0 comments on commit bc93271

Please sign in to comment.