Skip to content

Commit b95458f

Browse files
committed
blog: adding release name to all posts
1 parent a4371e8 commit b95458f

22 files changed

+22
-22
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"
2+
title = "Release: v0.1 - First release"
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"
2+
title = "Release: v0.2 - Better PHP Interop"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.3"
2+
title = "Release: v0.3 - Persistent Data Structures"
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.4"
2+
title = "Release: v0.4 - Internal changes"
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"
2+
title = "Release: v0.5 - Compile command"
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"
2+
title = "Release: v0.6 - PHP 8.1 support"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Release: v0.7"
2+
title = "Release: v0.7 - Improved core library"
33
+++
44

55
This release comes with a lot a small improvements to the core library.

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

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

55
This release adds new JSON functions to Phel.

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

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

55
This release adds new config parameters and improve the compiling performance.

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

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

55
## Support for fluid configuration

0 commit comments

Comments
 (0)