Skip to content

Commit fdecf55

Browse files
Fix deploy
1 parent cb29ad8 commit fdecf55

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

CHANGES.rst

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1+
=======
12
CHANGES
23
=======
34

45
.. towncrier release notes start
56
67
1.5.1 (2023-02-01)
7-
------------------
8+
==================
89

910
- Add support for Python 3.11.
1011
- Drop support for decorating non-async functions with @template (deprecated since 0.16).
1112

1213
1.5 (2021-08-21)
13-
----------------
14+
================
1415

1516
- Drop support for jinaj2 <3. Add support for 3+.
1617
- Don't require ``typing_extensions`` on Python 3.8+.
1718

1819
1.4.2 (2020-11-23)
19-
------------------
20+
==================
2021

2122
- Add CHANGES.rst to MANIFEST.in and sdist #402
2223

2324
1.4.1 (2020-11-22)
24-
------------------
25+
==================
2526

2627
- Document async rendering functions #396
2728

2829
1.4.0 (2020-11-12)
29-
------------------
30+
==================
3031

3132
- Fix type annotation for ``context_processors`` argument #354
3233

@@ -36,7 +37,7 @@ CHANGES
3637
- Add async rendering support #393
3738

3839
1.3.0 (2020-10-30)
39-
------------------
40+
==================
4041

4142
- Remove Any from template annotations #343
4243

@@ -46,94 +47,94 @@ CHANGES
4647

4748

4849
1.2.0 (2019-10-21)
49-
------------------
50+
==================
5051

5152
- Add type hints #285
5253

5354
1.1.1 (2019-04-25)
54-
------------------
55+
==================
5556

5657
- Bump minimal supported ``jinja2`` version to 2.10.1 to avoid security vulnerability problem.
5758

5859

5960
1.1.0 (2018-09-05)
60-
------------------
61+
==================
6162

6263
- Bump minimal supported ``aiohttp`` version to 3.2
6364

6465
- Use ``request.config_dict`` for accessing ``jinja2`` environment. It
6566
allows to reuse jinja rendering engine from parent application.
6667

6768
1.0.0 (2018-03-12)
68-
-------------------
69+
==================
6970

7071
- Allow context_processors to compose from parent apps #195
7172

7273
0.17.0 (2018-03-12)
73-
-------------------
74+
===================
7475

7576
- Auto-cast ``int`` values in ``url()`` jinja function to ``str`` #191
7677

7778
0.16.0 (2018-02-12)
78-
-------------------
79+
===================
7980

8081
- Pin to aiohttp 3.0+
8182

8283
- Deprecate non-async handlers support
8384

8485
0.15.0 (2018-01-30)
85-
-------------------
86+
===================
8687

8788
- Upgrade middleware to new style from aiohttp 2.3+ #182
8889

8990
- Autoescape all templates by default #179
9091

9192

9293
0.13.0 (2016-12-14)
93-
-------------------
94+
===================
9495

9596
- Avoid subtle errors by copying context processor data #51
9697

9798
0.12.0 (2016-12-02)
98-
-------------------
99+
===================
99100

100101
- Add autodeploy script #46
101102

102103
0.11.0 (2016-11-24)
103-
-------------------
104+
===================
104105

105106
- Add jinja2 filters support #41
106107

107108
0.10.0 (2016-10-20)
108-
-------------------
109+
===================
109110

110111
- Rename package to aiohttp-jinja2 #31
111112

112113
0.9.0 (2016-09-26)
113-
------------------
114+
==================
114115

115116
- Fix reason parameter in HTTPInternalServerError when template is not
116117
found #33
117118

118119
0.8.0 (2016-07-12)
119-
------------------
120+
==================
120121

121122
- Add ability to render template without context #28
122123

123124
0.7.0 (2015-12-30)
124-
------------------
125+
==================
125126

126127
- Add ability to decorate class based views (available in aiohttp 0.20) #18
127128

128129
- Upgrade aiohttp requirement to version 0.20.0+
129130

130131
0.6.2 (2015-11-22)
131-
------------------
132+
==================
132133

133134
- Make app_key parameter from render_string coroutine optional
134135

135136
0.6.0 (2015-10-29)
136-
------------------
137+
==================
137138

138139
- Fix a bug in middleware (missed coroutine decorator) #16
139140

@@ -142,35 +143,35 @@ CHANGES
142143
- Simplify context processors initialization by adding parameter to `setup()`
143144

144145
0.5.0 (2015-07-09)
145-
------------------
146+
==================
146147

147148
- Introduce context processors #14
148149

149150
- Bypass StreamResponse #15
150151

151152
0.4.3 (2015-06-01)
152-
------------------
153+
==================
153154

154155
- Fix distribution building: add manifest file
155156

156157
0.4.2 (2015-05-21)
157-
------------------
158+
==================
158159

159160
- Make HTTPInternalServerError exceptions more verbose on console
160161
output
161162

162163
0.4.1 (2015-04-05)
163-
------------------
164+
==================
164165

165166
- Documentation update
166167

167168
0.4.0 (2015-04-02)
168-
------------------
169+
==================
169170

170171
- Add `render_string` method
171172

172173
0.3.1 (2015-04-01)
173-
------------------
174+
==================
174175

175176
- Don't allow non-mapping context
176177

@@ -179,17 +180,17 @@ CHANGES
179180
- Change the library logo
180181

181182
0.3.0 (2015-03-15)
182-
------------------
183+
==================
183184

184185
- Documentation release
185186

186187
0.2.1 (2015-02-15)
187-
------------------
188+
==================
188189

189190
- Fix `render_template` function
190191

191192
0.2.0 (2015-02-05)
192-
------------------
193+
==================
193194

194195
- Migrate to aiohttp 0.14
195196

@@ -198,6 +199,6 @@ CHANGES
198199
- Drop optional `response` parameter
199200

200201
0.1.0 (2015-01-08)
201-
------------------
202+
==================
202203

203204
- Initial release

0 commit comments

Comments
 (0)