Skip to content

Commit 5d02219

Browse files
authored
Update README.md
1 parent 1e8cabc commit 5d02219

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
[![CircleCI](https://circleci.com/gh/DataDog/dd-trace-py.svg?style=svg&circle-token=f9bf80ce9281bc638c6f7465512d65c96ddc075a)](https://circleci.com/gh/DataDog/dd-trace-py)
44

5-
## Testing
5+
## Versions
6+
7+
Tracing client libraries will follow [semver](http://semver.org). While we are less than version 1.0,
8+
we'll increment the minor version number for backwards incompatible and significant changes. We'll
9+
increment the bugfix version for other changes.
10+
11+
This library is in beta so please pin your version numbers and do phased rollouts.
12+
13+
[changelog](https://github.com/DataDog/dd-trace-py/releases)
14+
15+
## Development
16+
17+
### Testing
618

719
The test suite requires many backing services (PostgreSQL, MySQL, Redis, ...) and we're using
820
``docker`` and ``docker-compose`` to start the service in the CI and in the developer machine.
@@ -13,7 +25,7 @@ You can launch the test matrix using the following rake command::
1325

1426
$ rake test
1527

16-
## Benchmark
28+
### Benchmarks
1729

1830
When two or more approaches must be compared, please write a benchmark in the ``tests/benchmark.py``
1931
module so that we can keep track of the most efficient algorithm. To run your benchmark, just::

0 commit comments

Comments
 (0)