Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Feb 20, 2024
1 parent 4375b6a commit ba8fb09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Please update the changelog as part of any significant pull request.

- BREAKING: Make stability and deprecation independent properties.
([#244](https://github.com/open-telemetry/build-tools/pull/244))
- Add backward-compatibility check mode.
([#271](https://github.com/open-telemetry/build-tools/pull/271))

## v0.23.0

Expand Down
4 changes: 2 additions & 2 deletions semantic-conventions/src/opentelemetry/semconv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
import argparse
import glob
import os
import requests
import sys
import tempfile
import zipfile

from typing import List

import requests

from opentelemetry.semconv.model.semantic_convention import (
CONVENTION_CLS_BY_GROUP_TYPE,
SemanticConventionSet,
Expand Down

0 comments on commit ba8fb09

Please sign in to comment.