Skip to content

Commit 8198c0d

Browse files
committed
Prepare the 0.0.7 release
Added a changelog file while I'm here.
1 parent e888532 commit 8198c0d

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.0.7
6+
7+
## New features
8+
9+
* Added `_VERSION` field with the module version and `_CURL_VERSION` with the
10+
libcurl library version (PR #72, PR #71).
11+
12+
## Bugfixes
13+
14+
* Improved libcurl dynamic library search (#44, PR #51)
15+
* Improved handling and reporting of 3xx, 4xx and 5xx responses (#13, PR #53).
16+
* Eliminated a memleak after a failed request (#55, PR #63).
17+
* Adjust error handling code to support libcurl 7.86.0+ (#70, PR #71, PR #75).
18+
* Fixed signed integer overflow in the client statistics (PR #73).
19+
20+
## Testing
21+
22+
* Added debug prints for the SMTP server mock (PR #58).
23+
24+
## Infrastructure
25+
26+
* Upload a source rock to the rockserver (PR #41).
27+
* Resolved Mac OS specific CI problems (PR #43), (#49, PR #52, PR #56).
28+
* Build and verify RPM/Deb packages, update distributions list (#34, PR #42).
29+
* Added an entrypoint for tarantool's integration testing (PR #48).
30+
* Use `git+https://` in the rockspec (PR #50).
31+
* Use setup-tarantool GitHub Action to speed up testing on Linux (PR #59).
32+
* Added tarantool 2.10.0 into CI (#49, PR #59).
33+
* Eliminated a problem with stale Ubuntu repository metadata (PR #62).
34+
* Use vault.centos.org mirror for CentOS 8 (#60, PR #61).
35+
* Removed macOS 10.15 from CI (PR #65).
36+
* Added macOS 12 to CI (PR #66).
37+
* Added tarantool 2.10.0 into macOS testing (7c5c7da56a8b).
38+
* Added package testing for Ubuntu Jammy and Fedora 35, 36 (PR #68).
39+
* Switched to node16 runtime in CI (PR #69).

smtp/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '0.0.6'
4+
return '0.0.7'

0 commit comments

Comments
 (0)