Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Apr 10, 2024
1 parent a09f707 commit f4eafee
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
Binary file modified .github/readme/global-configuration-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/readme/project-configuration-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
environment: publish

if: github.event.release.tag_name != 'v0.1.0'

steps:
-
name: Fetch sources
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].

## [Unreleased]

<i>This section is currently empty.</i>


## [0.1.0] - 2024-04-10

### Fixed

* Earlier versions could not resolve available packages.
Expand Down Expand Up @@ -65,7 +70,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.4..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0..HEAD
[0.1.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.4..v0.1.0
[0.1.0-poc.4]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.3..v0.1.0-poc.4
[0.1.0-poc.3]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.2..v0.1.0-poc.3
[0.1.0-poc.2]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.1..v0.1.0-poc.2
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].

## [Unreleased]

<i>This section is currently empty.</i>


## [0.1.0] - 2024-04-10

### Added

* [`Settings.kt`][10-1] is added. (fce7406e)
Expand Down Expand Up @@ -152,7 +157,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.4..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0..HEAD
[0.1.0]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.4..v0.1.0
[0.1.0-poc.4]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.3..v0.1.0-poc.4
[0.1.0-poc.3]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.2..v0.1.0-poc.3
[0.1.0-poc.2]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/compare/v0.1.0-poc.1..v0.1.0-poc.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ See [the docs][4] for more information on the configurations and features.

## Installation

This plugin has not been published to [the Marketplace][5].
Download the ZIP file(s) manually from [the <i>Releases</i> tab][6]
This plugin [is available][5] on the Marketplace.
You can also download the ZIP files manually from [the <i>Releases</i> tab][6]
or [the <i>Actions</i> tab][7] and follow the instructions described [here][8].

Currently supported versions:
Expand Down

0 comments on commit f4eafee

Please sign in to comment.