Skip to content

Commit 86ed2f2

Browse files
authored
update CHANGELOG and bump version to 0.1.0 (#83)
1 parent 0a650b2 commit 86ed2f2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Elastic Distribution for OpenTelemetry Python Changelog
2+
3+
## v0.1.0
4+
5+
First release.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Then make sure you have SSO figured out for the key you are using to push to git
112112
If you have commit access, the process is as follows:
113113

114114
1. Update the version in `src/elasticotel/distro/version.py` according to the scale of the change (major, minor or patch).
115-
1. Update `CHANGELOG.mdx` as necessary.
115+
1. Update `CHANGELOG.md` as necessary.
116116
1. For Majors: Follow [website-requests README](https://github.com/elastic/website-requests/) to request an update of the [EOL table](https://www.elastic.co/support/eol).
117117
1. Commit changes with message `update CHANGELOG and bump version to X.Y.Z`
118118
where `X.Y.Z` is the version in `src/elasticotel/distro/version.py`

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.0.1"
17+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)