Skip to content

Commit 468b474

Browse files
committed
Fix code highlighting in CHANGELOG
1 parent f167a2c commit 468b474

File tree

1 file changed

+32
-15
lines changed

1 file changed

+32
-15
lines changed

CHANGELOG.rst

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,59 @@
1+
.. role:: python(code)
2+
:language: python
3+
14
CHANGELOG
2-
---------
5+
#########
36

47
Development Version
5-
+++++++++++++++++++
8+
*******************
69

710
0.4.0
811
*****
912

10-
* [BREAKING] Drop support for `python<3.7`
13+
Breaking Changes
14+
================
15+
16+
* Drop support for :python:`python<3.7`
1117

12-
* [FEAT] Add `KubernetesLock` backend
13-
* [FEAT] Add `FileLock` backend
14-
* [FEAT] Install backend specific dependencies with extras `#59`_
15-
* [FEAT] Add `.renew()` method to all backends `#61`_
18+
New Features
19+
============
20+
* Add :python:`KubernetesLock` backend
21+
* Add :python:`FileLock` backend
22+
* Install backend specific dependencies with extras `#59`_
23+
* Add python`.renew()` method to all backends `#61`_
1624

17-
* [BUGFIX] Use `ARGV` in Redis Lua scripts to add RedisCluster compatibility `#31`_
18-
* [BUGFIX] `redis>=2.10.6` client won't work with `sherlock 0.3.1` `#32`_
19-
* [BUGFIX] `timeout=0` doesn't work as expected with `RedisLock` `#60`_
25+
.. _#59: https://github.com/py-sherlock/sherlock/pull/59
26+
.. _#61: https://github.com/py-sherlock/sherlock/pull/61
27+
28+
Bug Fixes
29+
=========
30+
* Use :python:`ARGV` in Redis Lua scripts to add RedisCluster compatibility `#31`_
31+
* :python:`redis>=2.10.6` client won't work with :python:`sherlock<=0.3.2` `#32`_
32+
* :python:`timeout=0` doesn't work as expected with :python:`RedisLock` `#60`_
2033

2134
.. _#31: https://github.com/vaidik/sherlock/issues/31
2235
.. _#32: https://github.com/vaidik/sherlock/issues/32
23-
.. _#59: https://github.com/py-sherlock/sherlock/pull/59
2436
.. _#60: https://github.com/py-sherlock/sherlock/pull/60
25-
.. _#61: https://github.com/py-sherlock/sherlock/pull/61
2637

2738
0.3.2
2839
*****
2940

30-
* [BUGFIX] `redis>=2.10.6` client won't work with `sherlock 0.3.1` `#32`_
41+
Bug Fixes
42+
=========
43+
* :python:`redis>=2.10.6` client won't work with :python:`sherlock<=0.3.1` `#32`_
3144

3245
.. _#32: https://github.com/vaidik/sherlock/issues/32
3346

3447
0.3.1
3548
*****
3649

37-
* [BUGFIX] Python 3 support for `sherlock`
50+
Bug Fixes
51+
=========
52+
* Python 3 support for :python:`sherlock`
3853

3954
0.3.0
4055
*****
4156

42-
* [BUGFIX] `sherlock.Lock` should use globally configured client object.
57+
Bug Fixes
58+
=========
59+
* :python:`sherlock.Lock` should use globally configured client object.

0 commit comments

Comments
 (0)