Skip to content

Commit e81b8d3

Browse files
committed
remove the minor version on blog posts title
1 parent 95f1eb1 commit e81b8d3

19 files changed

+20
-30
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.1.0"
2+
title = "Release: v0.1"
33
+++
44

55
After a year of work the very first version of Phel is released. Yeah!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.2.0"
2+
title = "Release: v0.2"
33
+++
44

55
With this release it is possible to call Phel functions from PHP. Additionally, it is possible to set PHP object properties from Phel.

content/blog/2021-05-12-release-0.3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.3.0"
2+
title = "Release: v0.3"
33
+++
44

55
The third release of Phel make big improvement in the data structure. Phel now uses persistent data structures. The old data structures are marked as deprecated and will be removed in future versions.
@@ -10,4 +10,3 @@ Other changes:
1010
- Added new function re-seq
1111
- Added new function contains? (#267)
1212
- Bug fixes
13-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.4.0"
2+
title = "Release: v0.4"
33
+++
44

55
In the forth release of Phel a lot of changes happened to the machine room of Phel. The way Phel compiles code has changed from a bottom up approach to a top-down approach.

content/blog/2021-12-17-release-0.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.5.0"
2+
title = "Release: v0.5"
33
+++
44

55
This release adds a compile command and three new language features:

content/blog/2022-02-02-release-0.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.6.0"
2+
title = "Release: v0.6"
33
+++
44

55
We just released version 0.6.0. This release drops the support for PHP 7.4. Phel supports now PHP 8.0 and PHP 8.1. Read the rest of the thread for other important changes

content/blog/2022-05-05-release-0.7.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.7.0"
2+
title = "Release: v0.7"
33
+++
44

55
This release comes with a lot a small improvements to the core library.
@@ -55,4 +55,3 @@ Finally, the `compile` function returns the compiled PHP code for a give Phel ex
5555
## Other changes
5656

5757
A few other changes and bug fixes have been done in this version. For a full list of changes have a look at the [Changelog](https://github.com/phel-lang/phel-lang/blob/master/CHANGELOG.md).
58-

content/blog/2023-01-16-release-0.8.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.8.0"
2+
title = "Release: v0.8"
33
+++
44

55
This release adds new JSON functions to Phel.
@@ -73,4 +73,3 @@ Considering `your.json` as:
7373
## Full list
7474

7575
For a full list of changes have a look at the [Changelog](https://github.com/phel-lang/phel-lang/blob/master/CHANGELOG.md).
76-

content/blog/2023-02-05-release-0.9.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.9.0"
2+
title = "Release: v0.9"
33
+++
44

55
This release adds new config parameters and improve the compiling performance.
@@ -49,4 +49,3 @@ However, these files are useless after the execution, and running another comman
4949
## Full list
5050

5151
For a full list of changes have a look at the [Changelog](https://github.com/phel-lang/phel-lang/blob/master/CHANGELOG.md).
52-

content/blog/2023-04-01-release-0.10.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.10.0"
2+
title = "Release: v0.10"
33
+++
44

55
## Support for fluid configuration
@@ -87,4 +87,3 @@ phel-lang/ (master) $ php phel test --filter test-json-encode-flag --testdox
8787
## Full list
8888
8989
For a full list of changes have a look at the [Changelog](https://github.com/phel-lang/phel-lang/blob/master/CHANGELOG.md).
90-

0 commit comments

Comments
 (0)