diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-08-15 09:11:03 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-08-15 09:11:03 +0000 |
commit | 9f6b02e9ed06379be65924b027c01cd0b58f69a1 (patch) | |
tree | 75c0693d1df1a1bf00b846ea8ec2675aa37d7efd | |
parent | 2a2fdf09fd5e040eb5160a700758c4975c54bb2e (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python3-amaranth.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,3 @@ /amaranth-0.4.5.tar.gz /amaranth-0.5.0.tar.gz +/amaranth-0.5.1.tar.gz diff --git a/python3-amaranth.spec b/python3-amaranth.spec index 6bd2176..ab2a44c 100644 --- a/python3-amaranth.spec +++ b/python3-amaranth.spec @@ -2,7 +2,7 @@ %bcond_with check Name: python3-amaranth -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: A modern hardware definition language and toolchain based on Python @@ -51,6 +51,8 @@ and simplify the design of complex hardware with reusable components. %{_bindir}/amaranth-rpc %changelog +* Thu Aug 15 2024 Antoine Damhet <antoine.damhet@gmail.com> - 0.5.1-1 +- Bump version to 0.5.1 * Sat Jun 22 2024 Antoine Damhet <antoine.damhet@gmail.com> - 0.5.0-1 - Bump version to 0.5 * Wed May 01 2024 Antoine Damhet <antoine.damhet@gmail.com> - 0.4.5-1 @@ -1 +1 @@ -a9e4030676a7b2ef84297e06c2e1670d amaranth-0.5.0.tar.gz +d7c9fd98e21f2a17c0f0783c185ce1d6 amaranth-0.5.1.tar.gz |