Skip to content

Commit

Permalink
prepare for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Apr 8, 2022
1 parent 1cea6cb commit c4d35de
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ through
libobsd implements the used functions.

### Meson subproject
There's a wrap file at [libobsd.wrap](libobsd.wrap) that provides **libobsd**
and **libbsd-overlay** dependencies.
The subproject provides **libobsd** and **libbsd-overlay** dependencies and is
available in the [WrapDB](https://mesonbuild.com/Wrapdb-projects.html).
As
[the Meson documentation](https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section)
describes, Meson will automatically fallback to the subproject if the dependency
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md → docs/CHANGELOG-1.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in libobsd master:
Changes in libobsd 1.1.0:

- Add full Visual Studio support
- Add cross compilation support
Expand All @@ -13,4 +13,5 @@ Changes in libobsd master:
the platform if we're a subproject
- Properly fill Meson's `license:` kwarg in `project()` call
- Add Windows AArch8 support.
- Remove the wrap file from the tree, let the WrapDB handle it

2 changes: 2 additions & 0 deletions docs/RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- [ ] decide on the new semantic version number, represented by `$VERSION`
- [ ] set `revision` in [libobsd.wrap](libobsd.wrap) to `$VERSION`
- [ ] set `version` in [meson.build](meson.build)'s project() call to `$VERSION`
- [ ] Make sure docs/CHANGELOG.md ends with a blank line and has "changes in
libobsd `$VERSION`" written at the top
- [ ] git mv docs/CHANGELOG.md docs/CHANGELOG-`$VERSION`.md
- [ ] git commit -m 'prepare for `$VERSION`'
- [ ] git checkout master && git merge `$BRANCH`
Expand Down
8 changes: 0 additions & 8 deletions libobsd.wrap

This file was deleted.

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

project('libobsd', 'c', version: '1.0.0',
project('libobsd', 'c', version: '1.1.0',
license: 'ISC AND BSD-3-Clause AND BSD-4-Clause',
default_options: ['c_std=gnu99', 'warning_level=2', 'b_lto=true'])

Expand Down

0 comments on commit c4d35de

Please sign in to comment.