All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1
@ 2023-10-10  7:13 Erik Schilling
  2023-10-10  7:19 ` Viresh Kumar
  2023-10-11  8:16 ` Bartosz Golaszewski
  0 siblings, 2 replies; 4+ messages in thread
From: Erik Schilling @ 2023-10-10  7:13 UTC (permalink / raw
  To: Linux-GPIO, Bartosz Golaszewski
  Cc: Viresh Kumar, Manos Pitsidianakis, Kent Gibson, Erik Schilling

While the release technically removes a function, that function was not
available in any released libgpiod version. Therefore, this only bumps
the minor.

This release fixes building with releases from the 2.x series of the C
lib.

Changelog:
=========

acebcf2 (bindings: rust: feature gate unreleased features, 2023-10-06)

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
---
Same as last release: Once this is merged, I will publish a new release
of the crate to crates.io.
---
 bindings/rust/libgpiod/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml
index 3fd1d74..3ce05df 100644
--- a/bindings/rust/libgpiod/Cargo.toml
+++ b/bindings/rust/libgpiod/Cargo.toml
@@ -4,7 +4,7 @@
 
 [package]
 name = "libgpiod"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
 description = "libgpiod wrappers"
 repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"

---
base-commit: acebcf2cbefb735eaddc06ee52eb1b1c85886d1b
change-id: 20231010-b4-libgpiod-0-2-1-fc79302ea752

Best regards,
-- 
Erik Schilling <erik.schilling@linaro.org>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1
  2023-10-10  7:13 [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1 Erik Schilling
@ 2023-10-10  7:19 ` Viresh Kumar
  2023-10-11  8:16 ` Bartosz Golaszewski
  1 sibling, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2023-10-10  7:19 UTC (permalink / raw
  To: Erik Schilling
  Cc: Linux-GPIO, Bartosz Golaszewski, Manos Pitsidianakis, Kent Gibson

On 10-10-23, 09:13, Erik Schilling wrote:
> While the release technically removes a function, that function was not
> available in any released libgpiod version. Therefore, this only bumps
> the minor.
> 
> This release fixes building with releases from the 2.x series of the C
> lib.
> 
> Changelog:
> =========
> 
> acebcf2 (bindings: rust: feature gate unreleased features, 2023-10-06)
> 
> Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
> ---
> Same as last release: Once this is merged, I will publish a new release
> of the crate to crates.io.
> ---
>  bindings/rust/libgpiod/Cargo.toml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml
> index 3fd1d74..3ce05df 100644
> --- a/bindings/rust/libgpiod/Cargo.toml
> +++ b/bindings/rust/libgpiod/Cargo.toml
> @@ -4,7 +4,7 @@
>  
>  [package]
>  name = "libgpiod"
> -version = "0.2.0"
> +version = "0.2.1"
>  authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
>  description = "libgpiod wrappers"
>  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: [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1
  2023-10-10  7:13 [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1 Erik Schilling
  2023-10-10  7:19 ` Viresh Kumar
@ 2023-10-11  8:16 ` Bartosz Golaszewski
  2023-10-11  8:19   ` Erik Schilling
  1 sibling, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-10-11  8:16 UTC (permalink / raw
  To: Erik Schilling; +Cc: Linux-GPIO, Viresh Kumar, Manos Pitsidianakis, Kent Gibson

On Tue, Oct 10, 2023 at 9:13 AM Erik Schilling
<erik.schilling@linaro.org> wrote:
>
> While the release technically removes a function, that function was not
> available in any released libgpiod version. Therefore, this only bumps
> the minor.
>
> This release fixes building with releases from the 2.x series of the C
> lib.
>
> Changelog:
> =========
>
> acebcf2 (bindings: rust: feature gate unreleased features, 2023-10-06)
>
> Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
> ---
> Same as last release: Once this is merged, I will publish a new release
> of the crate to crates.io.
> ---
>  bindings/rust/libgpiod/Cargo.toml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml
> index 3fd1d74..3ce05df 100644
> --- a/bindings/rust/libgpiod/Cargo.toml
> +++ b/bindings/rust/libgpiod/Cargo.toml
> @@ -4,7 +4,7 @@
>
>  [package]
>  name = "libgpiod"
> -version = "0.2.0"
> +version = "0.2.1"
>  authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
>  description = "libgpiod wrappers"
>  repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
>
> ---
> base-commit: acebcf2cbefb735eaddc06ee52eb1b1c85886d1b
> change-id: 20231010-b4-libgpiod-0-2-1-fc79302ea752
>
> Best regards,
> --
> Erik Schilling <erik.schilling@linaro.org>
>

Applied, thanks!

Bart

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1
  2023-10-11  8:16 ` Bartosz Golaszewski
@ 2023-10-11  8:19   ` Erik Schilling
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Schilling @ 2023-10-11  8:19 UTC (permalink / raw
  To: Bartosz Golaszewski
  Cc: Linux-GPIO, Viresh Kumar, Manos Pitsidianakis, Kent Gibson

On Wed Oct 11, 2023 at 10:16 AM CEST, Bartosz Golaszewski wrote:
> On Tue, Oct 10, 2023 at 9:13 AM Erik Schilling
> <erik.schilling@linaro.org> wrote:
> >
> > While the release technically removes a function, that function was not
> > available in any released libgpiod version. Therefore, this only bumps
> > the minor.
> >
> > This release fixes building with releases from the 2.x series of the C
> > lib.
> >
> > Changelog:
> > =========
> >
> > acebcf2 (bindings: rust: feature gate unreleased features, 2023-10-06)
> >
> > Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
> > ---
> > Same as last release: Once this is merged, I will publish a new release
> > of the crate to crates.io.
> > ---
> >  bindings/rust/libgpiod/Cargo.toml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml
> > index 3fd1d74..3ce05df 100644
> > --- a/bindings/rust/libgpiod/Cargo.toml
> > +++ b/bindings/rust/libgpiod/Cargo.toml
> > @@ -4,7 +4,7 @@
> >
> >  [package]
> >  name = "libgpiod"
> > -version = "0.2.0"
> > +version = "0.2.1"
> >  authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
> >  description = "libgpiod wrappers"
> >  repository = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
> >
> > ---
> > base-commit: acebcf2cbefb735eaddc06ee52eb1b1c85886d1b
> > change-id: 20231010-b4-libgpiod-0-2-1-fc79302ea752
> >
> > Best regards,
> > --
> > Erik Schilling <erik.schilling@linaro.org>
> >
>
> Applied, thanks!

Released: https://crates.io/crates/libgpiod/versions

Thanks!

- Erik


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-11  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  7:13 [libgpiod][PATCH] bindings: rust: libgpiod: release 0.2.1 Erik Schilling
2023-10-10  7:19 ` Viresh Kumar
2023-10-11  8:16 ` Bartosz Golaszewski
2023-10-11  8:19   ` Erik Schilling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.