Skip to content

Commit 762aba2

Browse files
authored
update CHANGELOG and bump version to 0.3.0 (#139)
* update CHANGELOG and bump version to 0.3.0 * Apply suggestions from code review
1 parent 449a65a commit 762aba2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v0.3.0
4+
5+
- Build Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137)
6+
- Make the distro loading more robust against ImportError
7+
Exception when loading instrumentations (#132)
8+
- Add some types in resource detectors (#133)
9+
310
## v0.2.0
411

512
- Added some documentation (#110)

src/elasticotel/distro/version.py

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

17-
__version__ = "0.2.0"
17+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)