* [PATCH libgpiod] bindings: rust: libgpiod-sys: new release
@ 2023-11-21 8:43 Erik Schilling
2023-11-21 9:04 ` Viresh Kumar
2023-11-21 14:04 ` Bartosz Golaszewski
0 siblings, 2 replies; 4+ messages in thread
From: Erik Schilling @ 2023-11-21 8:43 UTC (permalink / raw)
To: Linux-GPIO, Bartosz Golaszewski
Cc: Viresh Kumar, Manos Pitsidianakis, Kent Gibson, Erik Schilling
During 86860fb ("bindings: rust: libgpiod: release 0.2.2"), I forgot that
we also need a libgpiod-sys release in order to expose the new feature
flag to raise the minimum libgpiod version.
Changelog:
7552e5d (bindings: rust: expose v2.1 features as flag, 2023-11-06)
bc91656 (bindings: rust: add wrapper.h to EXTRA_DIST, 2023-11-03)
2e6ee87 (bindings: rust: mention the libgpiod crate from libgpiod-sys, 2023-07-03)
d04639d (bindings: rust: bump MSRV to 1.60, 2023-06-16)
ebfed6c (bindings: rust: document build without install, 2023-06-12)
bce8623 (bindings: rust: exclude Makefile.am from package, 2023-06-12)
caabf53 (bindings: rust: add missing license and copyright boilerplate, 2023-06-13)
Most changes only touch the build scripts or modify packaging details.
Bumping the MSRV and introducing a new feature does not require a major
bump.
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
---
I should have done a dry-run of the release... Forgot this bump.
Will publish this + the already pushed libgpiod release once merged.
---
bindings/rust/libgpiod-sys/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml
index f90615d..eb600a9 100644
--- a/bindings/rust/libgpiod-sys/Cargo.toml
+++ b/bindings/rust/libgpiod-sys/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "libgpiod-sys"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
description = "libgpiod public header bindings"
repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
---
base-commit: 86860fb65f701720001b848bdf2a637f7e4c255b
change-id: 20231121-b4-libgpiod-sys-0-1-1-1e03a6c12ebc
Best regards,
--
Erik Schilling <erik.schilling@linaro.org>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH libgpiod] bindings: rust: libgpiod-sys: new release
2023-11-21 8:43 [PATCH libgpiod] bindings: rust: libgpiod-sys: new release Erik Schilling
@ 2023-11-21 9:04 ` Viresh Kumar
2023-11-21 14:04 ` Bartosz Golaszewski
1 sibling, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2023-11-21 9:04 UTC (permalink / raw)
To: Erik Schilling
Cc: Linux-GPIO, Bartosz Golaszewski, Manos Pitsidianakis, Kent Gibson
On 21-11-23, 09:43, Erik Schilling wrote:
> During 86860fb ("bindings: rust: libgpiod: release 0.2.2"), I forgot that
> we also need a libgpiod-sys release in order to expose the new feature
> flag to raise the minimum libgpiod version.
>
> Changelog:
>
> 7552e5d (bindings: rust: expose v2.1 features as flag, 2023-11-06)
> bc91656 (bindings: rust: add wrapper.h to EXTRA_DIST, 2023-11-03)
> 2e6ee87 (bindings: rust: mention the libgpiod crate from libgpiod-sys, 2023-07-03)
> d04639d (bindings: rust: bump MSRV to 1.60, 2023-06-16)
> ebfed6c (bindings: rust: document build without install, 2023-06-12)
> bce8623 (bindings: rust: exclude Makefile.am from package, 2023-06-12)
> caabf53 (bindings: rust: add missing license and copyright boilerplate, 2023-06-13)
>
> Most changes only touch the build scripts or modify packaging details.
> Bumping the MSRV and introducing a new feature does not require a major
> bump.
>
> Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
> ---
> I should have done a dry-run of the release... Forgot this bump.
>
> Will publish this + the already pushed libgpiod release once merged.
> ---
> bindings/rust/libgpiod-sys/Cargo.toml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml
> index f90615d..eb600a9 100644
> --- a/bindings/rust/libgpiod-sys/Cargo.toml
> +++ b/bindings/rust/libgpiod-sys/Cargo.toml
> @@ -4,7 +4,7 @@
>
> [package]
> name = "libgpiod-sys"
> -version = "0.1.0"
> +version = "0.1.1"
> authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
> description = "libgpiod public header bindings"
> repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH libgpiod] bindings: rust: libgpiod-sys: new release
2023-11-21 8:43 [PATCH libgpiod] bindings: rust: libgpiod-sys: new release Erik Schilling
2023-11-21 9:04 ` Viresh Kumar
@ 2023-11-21 14:04 ` Bartosz Golaszewski
2023-11-21 14:12 ` Erik Schilling
1 sibling, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-11-21 14:04 UTC (permalink / raw)
To: Erik Schilling; +Cc: Linux-GPIO, Viresh Kumar, Manos Pitsidianakis, Kent Gibson
On Tue, Nov 21, 2023 at 9:43 AM Erik Schilling
<erik.schilling@linaro.org> wrote:
>
> During 86860fb ("bindings: rust: libgpiod: release 0.2.2"), I forgot that
> we also need a libgpiod-sys release in order to expose the new feature
> flag to raise the minimum libgpiod version.
>
> Changelog:
>
> 7552e5d (bindings: rust: expose v2.1 features as flag, 2023-11-06)
> bc91656 (bindings: rust: add wrapper.h to EXTRA_DIST, 2023-11-03)
> 2e6ee87 (bindings: rust: mention the libgpiod crate from libgpiod-sys, 2023-07-03)
> d04639d (bindings: rust: bump MSRV to 1.60, 2023-06-16)
> ebfed6c (bindings: rust: document build without install, 2023-06-12)
> bce8623 (bindings: rust: exclude Makefile.am from package, 2023-06-12)
> caabf53 (bindings: rust: add missing license and copyright boilerplate, 2023-06-13)
>
> Most changes only touch the build scripts or modify packaging details.
> Bumping the MSRV and introducing a new feature does not require a major
> bump.
>
> Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
> ---
Applied, thanks!
Bart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH libgpiod] bindings: rust: libgpiod-sys: new release
2023-11-21 14:04 ` Bartosz Golaszewski
@ 2023-11-21 14:12 ` Erik Schilling
0 siblings, 0 replies; 4+ messages in thread
From: Erik Schilling @ 2023-11-21 14:12 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Linux-GPIO, Viresh Kumar, Manos Pitsidianakis, Kent Gibson
On Tue Nov 21, 2023 at 3:04 PM CET, Bartosz Golaszewski wrote:
> On Tue, Nov 21, 2023 at 9:43 AM Erik Schilling
> <erik.schilling@linaro.org> wrote:
> >
> > During 86860fb ("bindings: rust: libgpiod: release 0.2.2"), I forgot that
> > we also need a libgpiod-sys release in order to expose the new feature
> > flag to raise the minimum libgpiod version.
> >
> > Changelog:
> >
> > 7552e5d (bindings: rust: expose v2.1 features as flag, 2023-11-06)
> > bc91656 (bindings: rust: add wrapper.h to EXTRA_DIST, 2023-11-03)
> > 2e6ee87 (bindings: rust: mention the libgpiod crate from libgpiod-sys, 2023-07-03)
> > d04639d (bindings: rust: bump MSRV to 1.60, 2023-06-16)
> > ebfed6c (bindings: rust: document build without install, 2023-06-12)
> > bce8623 (bindings: rust: exclude Makefile.am from package, 2023-06-12)
> > caabf53 (bindings: rust: add missing license and copyright boilerplate, 2023-06-13)
> >
> > Most changes only touch the build scripts or modify packaging details.
> > Bumping the MSRV and introducing a new feature does not require a major
> > bump.
> >
> > Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
> > ---
>
> Applied, thanks!
Thanks!
Published:
* https://crates.io/crates/libgpiod-sys/versions
* https://crates.io/crates/libgpiod/versions
- Erik
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-21 14:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 8:43 [PATCH libgpiod] bindings: rust: libgpiod-sys: new release Erik Schilling
2023-11-21 9:04 ` Viresh Kumar
2023-11-21 14:04 ` Bartosz Golaszewski
2023-11-21 14:12 ` Erik Schilling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox