Skip to content

Commit ffa167d

Browse files
committed
Update release notes
1 parent 2970c04 commit ffa167d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
22

33
project(libastphonenumber)
44
set(libastphonenumber_VERSION_MAJOR 1)
5-
set(libastphonenumber_VERSION_MINOR 2)
5+
set(libastphonenumber_VERSION_MINOR 3)
66

77
if(UNIX)
88
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=gnu++0x")

debian/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libastphonenumber (1.3.0) all; urgency=medium
2+
3+
* Feature: Support short code checks on 'IS_VALID_NUM' function #4
4+
5+
-- Sebastien De Fauw <sdefauw@gmail.com> Thu, 09 Jul 2020 14:04:30 +0200
6+
17
libastphonenumber (1.2.1) all; urgency=medium
28

39
* Bugfix: Segfault when using NUM_INFO without all required arguments
@@ -6,7 +12,7 @@ libastphonenumber (1.2.1) all; urgency=medium
612

713
libastphonenumber (1.2.0) all; urgency=medium
814

9-
* Improvment: Remove some char when for some formatting
15+
* Improvement: Remove some char when for some formatting
1016
* Improvement: Review testing section
1117
* Bugfix: Link to the right library version
1218
* Bugfix: Fix debian installation issue between both packages

0 commit comments

Comments
 (0)