Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit b06d905

Browse files
authored
Update versions and changelogs for v0.5.0 release (#631)
1 parent c6d3311 commit b06d905

50 files changed

Lines changed: 143 additions & 30 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
## Unreleased
44

5+
## 0.5.0
6+
Released 2019-04-24
7+
58
- Add cumulative API
69
([#626](https://github.com/census-instrumentation/opencensus-python/pull/626))
710

11+
## 0.4.1
12+
Released 2019-04-11
13+
14+
- Allow for metrics with empty label keys and values
15+
([#611](https://github.com/census-instrumentation/opencensus-python/pull/611),
16+
[#614](https://github.com/census-instrumentation/opencensus-python/pull/614))
17+
818
## 0.4.0
919
Released 2019-04-08
1020

context/opencensus-context/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Unreleased
4+
35
## 0.1.0
46
Released 2019-04-08
57

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
22

33
## Unreleased
4-
- Initial project skeleton
4+
5+
## 0.1.0
6+
Released 2019-04-24
7+
8+
- Initial release

contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.1.dev0'
15+
__version__ = '0.2.dev0'

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.5.dev0, < 1.0.0',
42+
'opencensus >= 0.6.dev0, < 1.0.0',
4343
'requests >= 2.19.0',
4444
],
4545
extras_require={},

contrib/opencensus-ext-dbapi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.1.2
6+
Released 2019-04-24
7+
8+
- Updated docs and examples
9+
510
## 0.1.1
611
Released 2019-04-08
712

contrib/opencensus-ext-dbapi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.5.dev0, < 1.0.0',
42+
'opencensus >= 0.6.dev0, < 1.0.0',
4343
],
4444
extras_require={},
4545
license='Apache-2.0',

contrib/opencensus-ext-django/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.3.0
6+
Released 2019-04-24
7+
48
- Decoupled exporter specific logic from configuration
9+
- Prevent anonymous user error on old django versions
10+
([#603](https://github.com/census-instrumentation/opencensus-python/pull/603))
511

612
## 0.2.0
713
Released 2019-04-08

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
long_description=open('README.rst').read(),
4141
install_requires=[
4242
'Django >= 1.11.0, <= 1.11.20',
43-
'opencensus >= 0.5.dev0, < 1.0.0',
43+
'opencensus >= 0.6.dev0, < 1.0.0',
4444
],
4545
extras_require={},
4646
license='Apache-2.0',

contrib/opencensus-ext-django/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.3.dev0'
15+
__version__ = '0.4.dev0'

0 commit comments

Comments
 (0)