We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c2492 commit 0368d3cCopy full SHA for 0368d3c
ChangeLog.md
@@ -1,13 +1,14 @@
1
ChangeLog
2
=========
3
4
-0.0.2 (2015-??-??)
+1.0.0 (2015-01-27)
5
------------------
6
7
* Added a `normalize` function.
8
* Added a `buildUri` function.
9
* Fixed a bug in the `resolve` when only a new fragment is specified.
10
11
+San José, CalConnect XXXII release!
12
13
0.0.1 (2014-11-17)
14
lib/Version.php
@@ -14,6 +14,6 @@ class Uri {
/**
15
* Full version number
16
*/
17
- const VERSION = '0.0.2';
+ const VERSION = '1.0.0';
18
19
}
0 commit comments