Skip to content

Commit

Permalink
Merge pull request #545 from NASA-AMMOS/release/v1-0-1
Browse files Browse the repository at this point in the history
Release Version 1.0.1
  • Loading branch information
camargo authored Dec 19, 2022
2 parents 4e132a6 + 79fad79 commit dc05a06
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 125 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# -- Global variables

# Build documentation for the following tags and branches
TAGS = ["v0.13.1", "v0.13.2", "v1.0.0"]
TAGS = ["v0.13.1", "v0.13.2", "v1.0.0", "v1.0.1"]
BRANCHES = ["develop"]
# Set the latest version.
LATEST_VERSION = "v1.0.0"
LATEST_VERSION = "v1.0.1"
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ["develop"]
# Set which versions are deprecated
Expand Down
7 changes: 7 additions & 0 deletions docs/source/user-guide/upgrade-guides/1-0-0-to-1-0-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 1.0.0 to 1.0.1

This document describes the upgrade instructions from `1.0.0` to `1.0.1`.

## Use a Record Instead of a Pair for Profile Segments ([#434](https://github.com/NASA-AMMOS/aerie/pull/434))

Java clients of `SimulationResults` will need to be updated to use `ProfileSegment::extent` and `ProfileSegment::dynamics` instead of `Pair::getLeft` and `Pair::getRight`. Please see the changes in [the PR](https://github.com/NASA-AMMOS/aerie/pull/434/files) for examples.
1 change: 1 addition & 0 deletions docs/source/user-guide/upgrade-guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Upgrade Guides
.. toctree::
:maxdepth: 2

1-0-0-to-1-0-1
0-13-2-to-1-0-0
0-13-1-to-0-13-2
0-13-0-to-0-13-1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publishing.version=
# Override for releases

# Change the version number here
version.number=1.0.0
version.number=1.0.1

# If you are publishing a release *manually* (i.e. not through github actions),
# override this on the command line with `./gradlew publish -Pversion.isRelease=true`.
Expand Down
147 changes: 26 additions & 121 deletions sequencing-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sequencing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequencing-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Aerie sequencing server",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit dc05a06

Please sign in to comment.