Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 28, 2023
1 parent f846c9d commit 106be24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.3.0](https://github.com/elixir-tools/credo-language-server/compare/v0.2.0...v0.3.0) (2023-07-28)


### Features

* add code action for the ParenthesesOnZeroArityDefs check ([#76](https://github.com/elixir-tools/credo-language-server/issues/76)) ([f846c9d](https://github.com/elixir-tools/credo-language-server/commit/f846c9d34a8d5b64516031df0d3b59122986839c))

## [0.2.0](https://github.com/elixir-tools/credo-language-server/compare/v0.1.3...v0.2.0) (2023-06-27)


Expand Down
2 changes: 1 addition & 1 deletion bin/credo-language-server
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Logger.configure(level: :none)
Mix.start()
Mix.shell(Mix.Shell.Process)

default_version = "0.2.0" # x-release-please-version
default_version = "0.3.0" # x-release-please-version

Mix.install([{:credo_language_server, System.get_env("CREDO_LSP_VERSION", default_version)}])

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule CredoLanguageServer.MixProject do
[
app: :credo_language_server,
description: "LSP implementation for Credo",
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 106be24

Please # to comment.