Skip to content

Commit 1de02e5

Browse files
alvinkrebsrkorte
andauthored
Updates from 1.1.1 back to master (#82)
* CON-245: version 1.1.1 release note announcement and version change for js * Update native libraries to version 1.1.1 (#70) * Update native libraries to version 1.1.1 * Update package.json for version 1.1.1.rc1 * Update version in conf.py, add verbage for 1.1.1 in release_notes.rst * Feature/support 308 (#72) * Update native libraries to version 1.1.1 * Update package.json for version 1.1.1.rc1 * Update version in conf.py, add verbage for 1.1.1 in release_notes.rst * Use valid version string in package.json file. * add -rc1 to version string per semver rules * Correct version to rticonnextdds-connector * feature/support 308 version, change version to 1.1.1 (#80) * #fix SUPPORT-308 -- version for release 1.1.1 * #fix SUPPORT-308 -- docs/conf.py version change to 1.1.1 Co-authored-by: rkorte <rkorte@rti.com> Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com>
1 parent 2247ef8 commit 1de02e5

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
author = 'Real-Time Innovations, Inc.'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '1.1.0'
25-
version = '1.1.0'
24+
25+
release = '1.1.1'
26+
version = '1.1.1'
2627

2728
master_doc = 'index'
2829
primary_domain = 'js'
@@ -82,4 +83,4 @@ def setup(app):
8283
# the docs. This file should be a Windows icon file (.ico) being 16x16 or
8384
# 32x32 pixels large.
8485
#
85-
html_favicon = "static/favicon.ico"
86+
html_favicon = "static/favicon.ico"

docs/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ macOS® platforms. It has been tested on the following systems:
3232
`the main Connector
3333
repository <https://github.com/rticommunity/rticonnextdds-connector>`__.
3434

35+
Version 1.1.1
36+
~~~~~~~~~~~~~
37+
38+
*RTI Connector* 1.1.1 is built on RTI Connext DDS 6.1.0.3, which fixes several
39+
bugs in the Core Libraries. For details, contact support@rti.com.
40+
3541
Version 1.1.0
3642
~~~~~~~~~~~~~
3743

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rticonnextdds-connector",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "RTI Connector for JavaScript",
55
"main": "rticonnextdds-connector.js",
66
"files": [

0 commit comments

Comments
 (0)