mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated version and release notes
This commit is contained in:
parent
ee04aa76c5
commit
1a6762d6c3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Embedded Template Library ETL",
|
||||
"version": "20.47.0",
|
||||
"version": "20.47.1",
|
||||
"authors": {
|
||||
"name": "John Wellbelove",
|
||||
"email": "john.wellbelove@etlcpp.com"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name=Embedded Template Library ETL
|
||||
version=20.47.0
|
||||
version=20.47.1
|
||||
author= John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
license=MIT
|
||||
|
||||
15
hugo/layouts/_default/baseof.html
Normal file
15
hugo/layouts/_default/baseof.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
4
hugo/layouts/_partials/footer.html
Normal file
4
hugo/layouts/_partials/footer.html
Normal file
@ -0,0 +1,4 @@
|
||||
<footer style="text-align: center;">
|
||||
<p>© 2014–{{ now.Format "2006" }} {{ .Site.Title }}. All rights reserved.</p>
|
||||
<p></p>
|
||||
</footer>
|
||||
@ -40,7 +40,7 @@ SOFTWARE.
|
||||
|
||||
#define ETL_VERSION_MAJOR 20
|
||||
#define ETL_VERSION_MINOR 47
|
||||
#define ETL_VERSION_PATCH 0
|
||||
#define ETL_VERSION_PATCH 1
|
||||
|
||||
#define ETL_VERSION \
|
||||
ETL_STRING(ETL_VERSION_MAJOR) \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Embedded Template Library",
|
||||
"version": "20.47.0",
|
||||
"version": "20.47.1",
|
||||
"authors": {
|
||||
"name": "John Wellbelove",
|
||||
"email": "john.wellbelove@etlcpp.com"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name=Embedded Template Library
|
||||
version=20.47.0
|
||||
version=20.47.1
|
||||
author= John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
|
||||
license=MIT
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
===============================================================================
|
||||
20.47.1
|
||||
|
||||
#1374 Fix initializer_list use in algorithm.h and definition of data() in iterator.h
|
||||
|
||||
===============================================================================
|
||||
20.47.0
|
||||
|
||||
#1219 Topic/expected monadic operations
|
||||
|
||||
@ -1 +1 @@
|
||||
20.47.0
|
||||
20.47.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user