Skip to content

Commit 89cd77a

Browse files
committed
Prepare for 0.5.0 release
1 parent ed39e89 commit 89cd77a

File tree

16 files changed

+32
-24
lines changed

16 files changed

+32
-24
lines changed

dist/arch/PKGBUILD-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js-dev
8-
pkgver=0.4.0
8+
pkgver=0.5.0
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/arch/PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js-git
8-
pkgver=0.4.0
8+
pkgver=0.5.0
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/arch/PKGBUILD-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js
8-
pkgver=0.4.0
8+
pkgver=0.5.0
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/debian/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ On a Debian-based machine, install dependencies for .deb generation:
1010
$ sudo apt-get install cmake debhelper dpkg-dev gcc-9 g++-9 git lintian
1111

1212
Then, run the `build.sh` script will build
13-
`dist/debian/quick-lint-js_0.4.0-1_amd64.deb`,
14-
`dist/debian/quick-lint-js-vim_0.4.0-1_all.deb`, and related files.
13+
`dist/debian/quick-lint-js_0.5.0-1_amd64.deb`,
14+
`dist/debian/quick-lint-js-vim_0.5.0-1_all.deb`, and related files.
1515

1616
## Installing
1717

1818
On a Debian-based system, after building the .deb file (per the above
1919
instructions), install the .deb file:
2020

21-
$ sudo dpkg -i dist/debian/quick-lint-js_0.4.0-1_amd64.deb
22-
$ sudo dpkg -i dist/debian/quick-lint-js-vim_0.4.0-1_all.deb
21+
$ sudo dpkg -i dist/debian/quick-lint-js_0.5.0-1_amd64.deb
22+
$ sudo dpkg -i dist/debian/quick-lint-js-vim_0.5.0-1_all.deb

dist/debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
quick-lint-js (0.5.0-1) unstable; urgency=medium
2+
3+
* New beta release.
4+
5+
-- Matthew "strager" Glazar <[email protected]> Tue, 12 Oct 2021 20:57:21 -0700
6+
17
quick-lint-js (0.4.0-1) unstable; urgency=medium
28

39
* New beta release.

dist/npm/BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ To build this quick-lint-js npm package:
88
* `dist/npm/linux-x64/bin/quick-lint-js`: Linux x86_64 executable
99
* `dist/npm/darwin-x64/bin/quick-lint-js`: macOS 64-bit Intel executable
1010
* `dist/npm/win32-x64/bin/quick-lint-js.exe`: Windows x64 executable
11-
3. Run `npm pack .` to create `quick-lint-js-0.4.0.tgz`.
11+
3. Run `npm pack .` to create `quick-lint-js-0.5.0.tgz`.
1212

1313
To install system-wide, run
14-
`npm install --global --unsafe-perm ./quick-lint-js-0.4.0.tgz`.
14+
`npm install --global --unsafe-perm ./quick-lint-js-0.5.0.tgz`.
1515

1616
To install within an existing Node.js project, run
17-
`npm install /path/to/quick-lint-js-0.4.0.tgz`.
17+
`npm install /path/to/quick-lint-js-0.5.0.tgz`.
1818

19-
To publish to npm's registry, run `npm publish ./quick-lint-js-0.4.0.tgz`.
19+
To publish to npm's registry, run `npm publish ./quick-lint-js-0.5.0.tgz`.

dist/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quick-lint-js",
33
"description": "Find bugs in your JavaScript code",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"keywords": [
66
"quick",
77
"lint",

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
quick-lint-js' version numbers are arbitrary. quick-lint-js does *not* adhere to
77
Semantic Versioning.
88

9-
## Unreleased
9+
## 0.5.0 (2021-10-12)
1010

1111
Beta release.
1212

13+
[Downloads](https://c.quick-lint-js.com/releases/0.5.0/)
14+
1315
### Added
1416

1517
* Various new errors (implemented by [Himanshu][]).

docs/man/quick-lint-js.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
.\" Author: [see the "AUTHOR(S)" section]
1111
.\" Generator: Asciidoctor 2.0.15
1212
.\" Manual: \ \&
13-
.\" Source: quick-lint-js version  0.4.0
13+
.\" Source: quick-lint-js version  0.5.0
1414
.\" Language: English
1515
.\"
16-
.TH "QUICK\-LINT\-JS" "1" "" "quick\-lint\-js version  0.4.0" "\ \&"
16+
.TH "QUICK\-LINT\-JS" "1" "" "quick\-lint\-js version  0.5.0" "\ \&"
1717
.ie \n(.g .ds Aq \(aq
1818
.el .ds Aq '
1919
.ss \n[.ss] 0

docs/man/quick-lint-js.config.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
.\" Author: [see the "AUTHOR(S)" section]
1111
.\" Generator: Asciidoctor 2.0.15
1212
.\" Manual: \ \&
13-
.\" Source: quick-lint-js version  0.4.0
13+
.\" Source: quick-lint-js version  0.5.0
1414
.\" Language: English
1515
.\"
16-
.TH "QUICK\-LINT\-JS.CONFIG" "5" "" "quick\-lint\-js version  0.4.0" "\ \&"
16+
.TH "QUICK\-LINT\-JS.CONFIG" "5" "" "quick\-lint\-js version  0.5.0" "\ \&"
1717
.ie \n(.g .ds Aq \(aq
1818
.el .ds Aq '
1919
.ss \n[.ss] 0

0 commit comments

Comments
 (0)