Skip to content

Commit

Permalink
Merge pull request #297 from byuccl/dev-v1
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
nelsobe authored Dec 13, 2017
2 parents a7d0c5a + 2dbfea1 commit a70e439
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RapidSmith2 (and previously RapidSmith) have been used in a variety of settings

For the full documentation, see the [TechReport](docs/TechReport/TechReport.pdf).

**NOTE**: The current release of RS2 is an alpha release. Significant changes to the code are still being made, and so expect frequent code updates. RS2 and its functionality is still being tested, so please report any bugs you find. Designs must be fully flattened in Vivado using the synthesis option "flatten_design -full" before they can be imported into RapidSmith.
**NOTE**: RS2 and its functionality is still being tested, so please report any bugs you find. Designs must be fully flattened in Vivado using the synthesis option "flatten_design -full" before they can be imported into RapidSmith.
12 changes: 12 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Release v1.0.0

This is the first GA (General Availability) release of RapidSmith2 and the API can now be considered stable.

RapidSmith2 was primarily developed by Travis Haroldsen and Thomas Townsend. The initial public release of RapidSmith2 was made in January 2017. Since this release, RapidSmith2 has essentially been at version 0.y.z and has been in its initial development phase. The API of RapidSmith2 is no longer rapidly changing.

Future version numbers for RapidSmith2 releases will follow the [semantic versioning standard](http://semver.org/).

Release tags will be in this format: MAJOR.MINOR.PATCH.
* The MAJOR version will be incremented when incompatible API changes are made.
* The MINOR version will be incremented when a single feature is added in a backwards-compatible manner.
* The PATCH version will be incremented when a single backwards-compatible bug fix is made.

0 comments on commit a70e439

Please sign in to comment.