We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1eb30b commit 9c6e5ceCopy full SHA for 9c6e5ce
docs/release-notes/index.md
@@ -1,3 +1,8 @@
1
+## 0.2.0
2
+
3
+- Exposing artificial hook function if scoping is enabled (PR [#49](https://github.com/open-telemetry/opentelemetry-php-distro/pull/49))
4
+- Dependency shadowing/scoping (PR [#47](https://github.com/open-telemetry/opentelemetry-php-distro/pull/47))
5
6
## 0.1.0
7
8
Initial technical preview release.
project.properties
@@ -1,4 +1,4 @@
-version=0.1.0
+version=0.2.0
supported_php_versions=(81 82 83 84)
supported_package_types=(apk deb rpm)
test_all_php_versions_with_package_type=deb
0 commit comments