Skip to content

Commit

Permalink
Prepare 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Mar 17, 2023
1 parent bac90e6 commit dc3c62d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
@@ -1,3 +1,15 @@
Changes in 1.3.2
================

This is a development release that will eventually become 1.4.x.

* Add meson buildsystem; The autotools build system will be removed in a future release
* Add `referer` property to file/archive sources to set the HTTP `Referer` header
* Fix `no-autodownload` in extensions incorrectly setting `autodelete`
* Reduce verbosity of unzip usage
* Ignore `$schema` properties in manifests so editors can use our JSON schema
* Change git usage to be more forgiving about submodules in `.gitmodules`

Changes in 1.3.1
================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -3,7 +3,7 @@ project(
'c',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.56.2',
version: '1.3.1',
version: '1.3.2',
default_options: 'c_std=gnu99',
)

Expand Down

0 comments on commit dc3c62d

Please sign in to comment.