[libshumate] Release 1.0.0.alpha.1
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libshumate] Release 1.0.0.alpha.1
- Date: Thu, 13 Jan 2022 19:58:35 +0000 (UTC)
commit 36163e4809e31632b7e387b90396ff8b9a461eed
Author: Corentin Noël <corentin noel collabora com>
Date: Thu Jan 13 20:46:15 2022 +0100
Release 1.0.0.alpha.1
Use SemVer as our versioning scheme, and release libshumate
1.0.0.alpha.1 as the first alpha version of the libshumate 1 API. The
first beta will be 1.0.0.beta.1 and the first stable will be 1.0.0.
.gitlab-ci.yml | 4 ++--
NEWS | 6 ++++++
meson.build | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c27e95..aa93493 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ fedora:
- meson _build -Db_coverage=true -Dgtk_doc=true
- xvfb-run ninja -C _build test
- ninja -C _build coverage
- - mv _build/docs/libshumate-0.0 docs
+ - mv _build/docs/libshumate-1.0 docs
- mv _build/meson-logs/coveragereport coverage
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
artifacts:
@@ -23,7 +23,7 @@ pages:
dependencies:
- fedora
script:
- - mv docs/libshumate-0.0 public
+ - mv docs/libshumate-1.0 public
- mv coverage public/
artifacts:
paths:
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..fd8a81c
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,6 @@
+=====================
+Version 1.0.0.alpha.1
+=====================
+
+- First libshumate 1 alpha.
+
diff --git a/meson.build b/meson.build
index 41f548f..3083690 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libshumate', 'c',
- version: '0.0.0',
+ version: '1.0.0.alpha',
license: 'LGPLv2.1+',
meson_version: '>= 0.53.0',
default_options: [
@@ -24,7 +24,7 @@ else
api_version = '.'.join([version_major, version_minor])
endif
-lib_version = '0.0'
+lib_version = '1.0'
package_name = meson.project_name().strip('lib')
package_string = '@0@-@1@'.format(package_name, api_version)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]