Skip to content

Commit a6ef351

Browse files
committed
Prepare for 0.4.0 release
1 parent 4b9be3c commit a6ef351

File tree

16 files changed

+39
-23
lines changed

16 files changed

+39
-23
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.3.0
8+
pkgver=0.4.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.3.0
8+
pkgver=0.4.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.3.0
8+
pkgver=0.4.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.3.0-1_amd64.deb`,
14-
`dist/debian/quick-lint-js-vim_0.3.0-1_all.deb`, and related files.
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.
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.3.0-1_amd64.deb
22-
$ sudo dpkg -i dist/debian/quick-lint-js-vim_0.3.0-1_all.deb
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

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.4.0-1) unstable; urgency=medium
2+
3+
* New beta release.
4+
5+
-- Matthew "strager" Glazar <[email protected]> Thu, 09 Sep 2021 09:04:53 PM -0700
6+
17
quick-lint-js (0.3.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/bin/quick-lint-js`: Linux executable
99
* `dist/npm/macos/bin/quick-lint-js`: macOS executable
1010
* `dist/npm/windows/bin/quick-lint-js.exe`: Windows executable
11-
3. Run `npm pack .` to create `quick-lint-js-0.3.0.tgz`.
11+
3. Run `npm pack .` to create `quick-lint-js-0.4.0.tgz`.
1212

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

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

19-
To publish to npm's registry, run `npm publish ./quick-lint-js-0.3.0.tgz`.
19+
To publish to npm's registry, run `npm publish ./quick-lint-js-0.4.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.3.0",
4+
"version": "0.4.0",
55
"keywords": [
66
"quick",
77
"lint",

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Semantic Versioning.
1010

1111
Beta release.
1212

13+
### Fixed
14+
15+
* Nothing yet!
16+
17+
## 0.4.0 (2021-09-09)
18+
19+
Beta release.
20+
21+
[Downloads](https://c.quick-lint-js.com/releases/0.4.0/)
22+
1323
### Changed
1424

1525
* CLI: The `--stdin` option (and `-`) no longer search for configuration files

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.3.0
13+
.\" Source: quick-lint-js version  0.4.0
1414
.\" Language: English
1515
.\"
16-
.TH "QUICK\-LINT\-JS" "1" "" "quick\-lint\-js version  0.3.0" "\ \&"
16+
.TH "QUICK\-LINT\-JS" "1" "" "quick\-lint\-js version  0.4.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.3.0
13+
.\" Source: quick-lint-js version  0.4.0
1414
.\" Language: English
1515
.\"
16-
.TH "QUICK\-LINT\-JS.CONFIG" "5" "" "quick\-lint\-js version  0.3.0" "\ \&"
16+
.TH "QUICK\-LINT\-JS.CONFIG" "5" "" "quick\-lint\-js version  0.4.0" "\ \&"
1717
.ie \n(.g .ds Aq \(aq
1818
.el .ds Aq '
1919
.ss \n[.ss] 0

0 commit comments

Comments
 (0)