Skip to content

Commit 8d09206

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2021-09-26) ### Bug Fixes * appmap-agent-init excludes more directories ([3691fb1](3691fb1)) ### Features * Add appmap-agent-validate ([9f8da52](9f8da52))
1 parent d5a4c59 commit 8d09206

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.3.0](https://github.com/applandinc/appmap-python/compare/v1.2.1...v1.3.0) (2021-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* appmap-agent-init excludes more directories ([3691fb1](https://github.com/applandinc/appmap-python/commit/3691fb1fb0c7e2809b8be3047f4b1df46c62e444))
7+
8+
9+
### Features
10+
11+
* Add appmap-agent-validate ([9f8da52](https://github.com/applandinc/appmap-python/commit/9f8da520b45ff511c8a55ac621d36321fb317d31))
12+
113
# Changelog
214
All notable changes to this project will be documented in this file.
315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "appmap"
3-
version = "0.0.0"
3+
version = "1.3.0"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)