File tree 1 file changed +24
-2
lines changed
1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ Documentation for past releases
9
9
10
10
Documentation for past releases of the Amaranth language and toolchain is available online:
11
11
12
+ * `Amaranth 0.5.5 <https://amaranth-lang.org/docs/amaranth/v0.5.5/ >`_
13
+ * `Amaranth 0.5.4 <https://amaranth-lang.org/docs/amaranth/v0.5.4/ >`_
14
+ * `Amaranth 0.5.3 <https://amaranth-lang.org/docs/amaranth/v0.5.3/ >`_
15
+ * `Amaranth 0.5.2 <https://amaranth-lang.org/docs/amaranth/v0.5.2/ >`_
16
+ * `Amaranth 0.5.1 <https://amaranth-lang.org/docs/amaranth/v0.5.1/ >`_
12
17
* `Amaranth 0.5.0 <https://amaranth-lang.org/docs/amaranth/v0.5.0/ >`_
13
18
* `Amaranth 0.4.5 <https://amaranth-lang.org/docs/amaranth/v0.4.5/ >`_
14
19
* `Amaranth 0.4.4 <https://amaranth-lang.org/docs/amaranth/v0.4.4/ >`_
@@ -87,8 +92,25 @@ Platform integration changes
87
92
* Changed: the Gowin platform now uses ``nextpnr-himbaechel `` rather than ``nextpnr-gowin ``.
88
93
89
94
90
- Version 0.5.3 (unreleased)
91
- ==========================
95
+ Version 0.5.5
96
+ =============
97
+
98
+ Standard library changes
99
+ ------------------------
100
+
101
+ .. currentmodule :: amaranth.lib
102
+
103
+ * Added: :class: `amaranth.lib.wiring.FlippedInterface ` is hashable.
104
+
105
+
106
+ Version 0.5.4
107
+ =============
108
+
109
+ Updated to address deprecations in Yosys 0.48.
110
+
111
+
112
+ Version 0.5.3
113
+ =============
92
114
93
115
94
116
Language changes
You can’t perform that action at this time.
0 commit comments