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 5e997e7 commit d0fa85c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
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

### Changed

* Default highlight severities are now "Error", "Warning" and "Weak warning"
Expand Down Expand Up @@ -92,7 +97,8 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
* Project initialized.


[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.6..HEAD
[Unreleased]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0..HEAD
[0.1.0]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.6..v0.1.0
[0.1.0-mvp.6]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.5..v0.1.0-mvp.6
[0.1.0-mvp.5]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.4..v0.1.0-mvp.5
[0.1.0-mvp.4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/compare/v0.1.0-mvp.3..v0.1.0-mvp.4
Expand Down
12 changes: 9 additions & 3 deletions 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

* [`LICENSE_TEMPLATE.txt`][10-1] is added. (e4b257e5)
Expand All @@ -24,7 +29,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* The "Always use global" and "Auto-suggest executable" are moved back
to the first column of the first row. (6e6c6df6)
* [@gradle/wrapper-validation-action][10-3] is updated to 2.1.3. (1c38c5ac)
* [The docs][10-4] are rewritten to reflect both plugins. (4d1f29b6, HEAD)
* [The docs][10-4] are rewritten to reflect both plugins. (4d1f29b6, 5e997e73)

### Fixed

Expand All @@ -37,7 +42,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
[10-1]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/e4b257e5/LICENSE_TEMPLATE.txt
[10-2]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/aff01a5e/.github/workflows/publish.yaml
[10-3]: https://github.com/gradle/wrapper-validation-action
[10-4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/HEAD/docs
[10-4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/5e997e73/docs
[10-5]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/2eb24204/src/main/kotlin/com/insyncwithfoo/pyright/configuration/PyrightConfigurable.kt


Expand Down Expand Up @@ -235,7 +240,8 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* Project initialized.


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

## Installation

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

Expand Down

0 comments on commit d0fa85c

Please sign in to comment.