Skip to content

Commit

Permalink
Bump to 3.2/1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Oct 18, 2019
1 parent 65338da commit 8ef82ef
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
25 changes: 15 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ firrtlTags = \
v1.1.4 \
v1.1.5 \
v1.1.6 \
v1.1.7
v1.1.7 \
v1.2.0
chiselTags = \
v3.0.0 \
v3.0.1 \
Expand All @@ -35,7 +36,8 @@ chiselTags = \
v3.1.5 \
v3.1.6 \
v3.1.7 \
v3.1.8
v3.1.8 \
v3.2.0
testersTags = \
v1.1.0 \
v1.1.1 \
Expand All @@ -50,25 +52,28 @@ testersTags = \
v1.2.7 \
v1.2.8 \
v1.2.9 \
v1.2.10
v1.2.10 \
v1.3.0
treadleTags = \
v1.0.0 \
v1.0.1 \
v1.0.2 \
v1.0.3 \
v1.0.4 \
v1.0.5
v1.0.5 \
v1.1.0
diagrammerTags = \
v1.0.0 \
v1.0.1 \
v1.0.2
v1.0.2 \
v1.1.0

# Snapshot versions that will have their API published.
firrtlSnapshot = v1.2.0-RC2
chiselSnapshot = v3.2.0-RC2
testersSnapshot = v1.3.0-RC2
treadleSnapshot = v1.1.0-RC2
diagrammerSnapshot = v1.1.0-RC2
firrtlSnapshot = v1.2.0
chiselSnapshot = v3.2.0
testersSnapshot = v1.3.0
treadleSnapshot = v1.1.0
diagrammerSnapshot = v1.1.0

# Get the latest version of some sequence of version strings
# Usage: $(call getTags,$(foo))
Expand Down
2 changes: 1 addition & 1 deletion chisel-testers
2 changes: 1 addition & 1 deletion chisel3
10 changes: 10 additions & 0 deletions docs/src/main/resources/microsite/data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ options:
nested_options:
- title: SNAPSHOT
url: api/SNAPSHOT/
- title: 3.2.0
url: api/3.2.0/
- title: 3.1.8
url: api/3.1.8/
- title: 3.1.7
Expand Down Expand Up @@ -157,6 +159,8 @@ options:
nested_options:
- title: SNAPSHOT
url: api/chisel-testers/SNAPSHOT/
- title: 1.3.0
url: api/chisel-testers/1.3.0/
- title: 1.2.10
url: api/chisel-testers/1.2.10/
- title: 1.2.9
Expand Down Expand Up @@ -196,6 +200,8 @@ options:
nested_options:
- title: SNAPSHOT
url: api/firrtl/SNAPSHOT/
- title: 1.2.0
url: api/firrtl/1.2.0/
- title: 1.1.7
url: api/firrtl/1.1.7/
- title: 1.1.6
Expand Down Expand Up @@ -229,6 +235,8 @@ options:
nested_options:
- title: SNAPSHOT
url: api/treadle/SNAPSHOT/
- title: 1.1.0
url: api/treadle/1.1.0/
- title: 1.0.5
url: api/treadle/1.0.5/
- title: 1.0.4
Expand All @@ -252,6 +260,8 @@ options:
nested_options:
- title: SNAPSHOT
url: api/diagrammer/SNAPSHOT/
- title: 1.1.0
url: api/diagrammer/1.1.0/
- title: 1.0.2
url: api/diagrammer/1.0.2/
- title: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion firrtl
2 changes: 1 addition & 1 deletion treadle

0 comments on commit 8ef82ef

Please sign in to comment.